#643300

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

Shades of Baker's Chocolate #643300

Tints of Baker's Chocolate #643300

Color information

#643300 (or 0x643300) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 33 and 00. RGB value is (100,51,0). Sum of RGB (Red+Green+Blue) = 100+51+0=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #643300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643300 is #9BCCFF. Grayscale: #3C3C3C. Windows color (decimal): -10210560 or 13156. OLE color: 13156.

HSL color Cylindrical-coordinate representation of color #643300: hue angle of 30.6º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #643300 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB100510-
CMYK00.4910.61
HSL30.6º100%19.61%-
HSV(B)30.6º100%39.22%-
XYZ6.445.080.64-
YUV59.8494.23156.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.23%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.23%
G=33.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10051000.4910.6130.610019.61
Hex64330031643D1f6414
Octal144630061144753714424
Binary110010011001100110001110010011110111111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643300; }

 p { color: rgb(100,51,0); }

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

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

 a { background-color: rgb(100,51,0); }

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

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

 span { border-color: rgb(100,51,0); }

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