Html Css Color HEX #643A09 Baker's Chocolate

📋 copy color: '#643A09'

red 100 ◦ green 58 ◦ blue 9

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

Shades of Baker's Chocolate #643A09

Tints of Baker's Chocolate #643A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.73%

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

R = 59.88%
G = 34.73%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#643A09 (or 0x643A09) is known color: Baker's Chocolate. HEX triplet: 64, 3A and 09. RGB value is (100,58,9). Sum of RGB (Red+Green+Blue) = 100+58+9=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #643A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643A09 is #9BC5F6. Grayscale: #414141. Windows color (decimal): -10208759 or 604772. OLE color: 604772.

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

Color convert

RGB 100 58 9 -
CMYK 0 0.42 0.91 0.61
HSL 32.31º 0.83% 0.21% -
HSV(B) 32.31º 0.91% 0.39% -
XYZ 6.82 5.76 1.01 -
YUV 64.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 100 58 9 0 0.42 0.91 0.61 32.31 0.83 0.21
Hex 64 3A 9 0 2A 5B 3D 20 53 15
Octal 144 72 11 0 52 133 75 40 123 25
Binary 1100100 111010 1001 0 101010 1011011 111101 100000 1010011 10101

Color Harmonies of #643A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643A09

Black with #643A09

Text Example


Text Example

White with #643A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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