#643200

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

Shades of Baker's Chocolate #643200

Tints of Baker's Chocolate #643200

Color information

#643200 (or 0x643200) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 32 and 00. RGB value is (100,50,0). Sum of RGB (Red+Green+Blue) = 100+50+0=150 (19% of max value = 765). Red value is 100 (39.45% from 255 or 66.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 100 - color contains mainly: red. Hex color #643200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643200 is #9BCDFF. Grayscale: #3B3B3B. Windows color (decimal): -10210816 or 12900. OLE color: 12900.

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

Color convert

RGB100500-
CMYK00.5010.61
HSL30º100%19.61%-
HSV(B)30º100%39.22%-
XYZ6.44.990.63-
YUV59.2594.56157.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.67%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10050000.5010.613010019.61
Hex64320032643D1e6414
Octal144620062144753614424
Binary110010011001000110010110010011110111110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643200; }

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

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

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

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

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

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

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

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