Html Css Color HEX #642004 Baker's Chocolate

📋 copy color: '#642004'

red 100 ◦ green 32 ◦ blue 4

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

Shades of Baker's Chocolate #642004

Tints of Baker's Chocolate #642004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.53%

 BLUE value IS 4 (1.95% from 255) = 2.94%

R = 73.53%
G = 23.53%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#642004 (or 0x642004) is known color: Baker's Chocolate. HEX triplet: 64, 20 and 04. RGB value is (100,32,4). Sum of RGB (Red+Green+Blue) = 100+32+4=136 (18% of max value = 765). Red value is 100 (39.45% from 255 or 73.53% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 100 - color contains mainly: red. Hex color #642004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642004 is #9BDFFB. Grayscale: #313131. Windows color (decimal): -10215420 or 270436. OLE color: 270436.

HSL color Cylindrical-coordinate representation of color #642004: hue angle of 17.5º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #642004 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 32 4 -
CMYK 0 0.68 0.96 0.61
HSL 17.5º 0.92% 0.2% -
HSV(B) 17.5º 0.96% 0.39% -
XYZ 5.79 3.75 0.53 -
YUV 49.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 100 32 4 0 0.68 0.96 0.61 17.5 0.92 0.2
Hex 64 20 4 0 44 60 3D 12 5C 14
Octal 144 40 4 0 104 140 75 22 134 24
Binary 1100100 100000 100 0 1000100 1100000 111101 10010 1011100 10100

Color Harmonies of #642004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642004

Black with #642004

Text Example


Text Example

White with #642004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642004; }

 p { color: rgb(100,32,4); }

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

background-color css

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

 a { background-color: rgb(100,32,4); }

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

border-color css

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

 span { border-color: rgb(100,32,4); }

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