Html Css Color HEX #643009 Baker's Chocolate

📋 copy color: '#643009'

red 100 ◦ green 48 ◦ blue 9

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

Shades of Baker's Chocolate #643009

Tints of Baker's Chocolate #643009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.57%

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

R = 63.69%
G = 30.57%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#643009 (or 0x643009) is known color: Baker's Chocolate. HEX triplet: 64, 30 and 09. RGB value is (100,48,9). Sum of RGB (Red+Green+Blue) = 100+48+9=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #643009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643009 is #9BCFF6. Grayscale: #3B3B3B. Windows color (decimal): -10211319 or 602212. OLE color: 602212.

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

Color convert

RGB 100 48 9 -
CMYK 0 0.52 0.91 0.61
HSL 25.71º 0.83% 0.21% -
HSV(B) 25.71º 0.91% 0.39% -
XYZ 6.36 4.84 0.86 -
YUV 59.1 99.73 157.17 -
System Red Green Blue C M Y K H S L
Decimal 100 48 9 0 0.52 0.91 0.61 25.71 0.83 0.21
Hex 64 30 9 0 34 5B 3D 1A 53 15
Octal 144 60 11 0 64 133 75 32 123 25
Binary 1100100 110000 1001 0 110100 1011011 111101 11010 1010011 10101

Color Harmonies of #643009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643009

Black with #643009

Text Example


Text Example

White with #643009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643009; }

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

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

background-color css

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

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

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

border-color css

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

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

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