Html Css Color HEX #642809 Baker's Chocolate

📋 copy color: '#642809'

red 100 ◦ green 40 ◦ blue 9

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

Shades of Baker's Chocolate #642809

Tints of Baker's Chocolate #642809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.85%

 BLUE value IS 9 (3.91% from 255) = 6.04%

R = 67.11%
G = 26.85%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#642809 (or 0x642809) is known color: Baker's Chocolate. HEX triplet: 64, 28 and 09. RGB value is (100,40,9). Sum of RGB (Red+Green+Blue) = 100+40+9=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #642809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642809 is #9BD7F6. Grayscale: #363636. Windows color (decimal): -10213367 or 600164. OLE color: 600164.

HSL color Cylindrical-coordinate representation of color #642809: hue angle of 20.44º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #642809 is Cyan = 0, Magento = 0.6, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 40 9 -
CMYK 0 0.6 0.91 0.61
HSL 20.44º 0.83% 0.21% -
HSV(B) 20.44º 0.91% 0.39% -
XYZ 6.06 4.25 0.76 -
YUV 54.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 100 40 9 0 0.6 0.91 0.61 20.44 0.83 0.21
Hex 64 28 9 0 3C 5B 3D 14 53 15
Octal 144 50 11 0 74 133 75 24 123 25
Binary 1100100 101000 1001 0 111100 1011011 111101 10100 1010011 10101

Color Harmonies of #642809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642809

Black with #642809

Text Example


Text Example

White with #642809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642809; }

 p { color: rgb(100,40,9); }

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

background-color css

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

 a { background-color: rgb(100,40,9); }

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

border-color css

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

 span { border-color: rgb(100,40,9); }

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