#643B0B

Color #643B0B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #643B0B

Tints of Baker's Chocolate #643B0B

Color information

#643B0B (or 0x643B0B) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 3B and 0B. RGB value is (100,59,11). Sum of RGB (Red+Green+Blue) = 100+59+11=170 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.82% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 100 - color contains mainly: red. Hex color #643B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643B0B is #9BC4F4. Grayscale: #424242. Windows color (decimal): -10208501 or 736100. OLE color: 736100.

HSL color Cylindrical-coordinate representation of color #643B0B: hue angle of 32.36º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #643B0B is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB1005911-
CMYK00.410.890.61
HSL32.36º80.18%21.76%-
HSV(B)32.36º89%39.22%-
XYZ6.885.861.09-
YUV65.7997.08152.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.82%
GREEN value IS 59 (23.44% from 255) = 34.71%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=58.82%
G=34.71%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100591100.410.890.6132.3680.1821.76
Hex643BB029593D205016
Octal1447313051131754012026
Binary1100100111011101101010011011001111101100000101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,59,11); }

 H1.HeaderClassName
 {
   color: #643B0B;
 }
 .AnyTagClassName
 {
   color: #643B0B;
 }
</style>
background-color css

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

 a { background-color: rgb(100,59,11); }

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

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

 span { border-color: rgb(100,59,11); }

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