Html Css Color HEX #64311A Baker's Chocolate

📋 copy color: '#64311A'

red 100 ◦ green 49 ◦ blue 26

#64311A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #64311A

Tints of Baker's Chocolate #64311A

RGB

 RED value IS 100 (39.45% from 255) = 57.14%

 GREEN value IS 49 (19.53% from 255) = 28%

 BLUE value IS 26 (10.55% from 255) = 14.86%

R = 57.14%
G = 28%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#64311A (or 0x64311A) is known color: Baker's Chocolate. HEX triplet: 64, 31 and 1A. RGB value is (100,49,26). Sum of RGB (Red+Green+Blue) = 100+49+26=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #64311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64311A is #9BCEE5. Grayscale: #3D3D3D. Windows color (decimal): -10211046 or 1716580. OLE color: 1716580.

HSL color Cylindrical-coordinate representation of color #64311A: hue angle of 18.65º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64311A is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 49 26 -
CMYK 0 0.51 0.74 0.61
HSL 18.65º 0.59% 0.25% -
HSV(B) 18.65º 0.74% 0.39% -
XYZ 6.54 4.98 1.59 -
YUV 61.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 100 49 26 0 0.51 0.74 0.61 18.65 0.59 0.25
Hex 64 31 1A 0 33 4A 3D 13 3B 19
Octal 144 61 32 0 63 112 75 23 73 31
Binary 1100100 110001 11010 0 110011 1001010 111101 10011 111011 11001

Color Harmonies of #64311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64311A

Black with #64311A

Text Example


Text Example

White with #64311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64311A; }

 p { color: rgb(100,49,26); }

 H1.HeaderClassName
 {
   color: #64311A;
 }
 .AnyTagClassName
 {
   color: #64311A;
 }
</style>

background-color css

<style>
 a { background-color: #64311A; }

 a { background-color: rgb(100,49,26); }

 div.DivClassName
 {
   background-color: #64311A;
 }
 .BgClassName
 {
   background-color: #64311A;
 }
</style>

border-color css

<style>
 span { border-color: #64311A; }

 span { border-color: rgb(100,49,26); }

 td.TdClassName
 {
   border-color: #64311A;
 }
 .TagClassName
 {
   border-color: #64311A;
 }
</style>