Html Css Color HEX #642409 Baker's Chocolate

📋 copy color: '#642409'

red 100 ◦ green 36 ◦ blue 9

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

Shades of Baker's Chocolate #642409

Tints of Baker's Chocolate #642409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.83%

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

R = 68.97%
G = 24.83%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#642409 (or 0x642409) is known color: Baker's Chocolate. HEX triplet: 64, 24 and 09. RGB value is (100,36,9). Sum of RGB (Red+Green+Blue) = 100+36+9=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #642409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642409 is #9BDBF6. Grayscale: #343434. Windows color (decimal): -10214391 or 599140. OLE color: 599140.

HSL color Cylindrical-coordinate representation of color #642409: hue angle of 17.8º 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 #642409 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 36 9 -
CMYK 0 0.64 0.91 0.61
HSL 17.8º 0.83% 0.21% -
HSV(B) 17.8º 0.91% 0.39% -
XYZ 5.94 3.99 0.72 -
YUV 52.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 100 36 9 0 0.64 0.91 0.61 17.8 0.83 0.21
Hex 64 24 9 0 40 5B 3D 12 53 15
Octal 144 44 11 0 100 133 75 22 123 25
Binary 1100100 100100 1001 0 1000000 1011011 111101 10010 1010011 10101

Color Harmonies of #642409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642409

Black with #642409

Text Example


Text Example

White with #642409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642409; }

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

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

background-color css

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

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

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

border-color css

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

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

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