Html Css Color HEX #642909 Baker's Chocolate

📋 copy color: '#642909'

red 100 ◦ green 41 ◦ blue 9

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

Shades of Baker's Chocolate #642909

Tints of Baker's Chocolate #642909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.33%

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

R = 66.67%
G = 27.33%
B = 6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#642909 (or 0x642909) is known color: Baker's Chocolate. HEX triplet: 64, 29 and 09. RGB value is (100,41,9). Sum of RGB (Red+Green+Blue) = 100+41+9=150 (19% of max value = 765). Red value is 100 (39.45% from 255 or 66.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 100 - color contains mainly: red. Hex color #642909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642909 is #9BD6F6. Grayscale: #373737. Windows color (decimal): -10213111 or 600420. OLE color: 600420.

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

Color convert

RGB 100 41 9 -
CMYK 0 0.59 0.91 0.61
HSL 21.1º 0.83% 0.21% -
HSV(B) 21.1º 0.91% 0.39% -
XYZ 6.1 4.31 0.77 -
YUV 54.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 100 41 9 0 0.59 0.91 0.61 21.1 0.83 0.21
Hex 64 29 9 0 3B 5B 3D 15 53 15
Octal 144 51 11 0 73 133 75 25 123 25
Binary 1100100 101001 1001 0 111011 1011011 111101 10101 1010011 10101

Color Harmonies of #642909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642909

Black with #642909

Text Example


Text Example

White with #642909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642909; }

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

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

background-color css

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

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

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

border-color css

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

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

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