#643301

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

Shades of Baker's Chocolate #643301

Tints of Baker's Chocolate #643301

Color information

#643301 (or 0x643301) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 33 and 01. RGB value is (100,51,1). Sum of RGB (Red+Green+Blue) = 100+51+1=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #643301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643301 is #9BCCFE. Grayscale: #3C3C3C. Windows color (decimal): -10210559 or 78692. OLE color: 78692.

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

Color convert

RGB100511-
CMYK00.490.990.61
HSL30.3º98.02%19.8%-
HSV(B)30.3º99%39.22%-
XYZ6.445.080.67-
YUV59.9594.73156.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 65.79%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=65.79%
G=33.55%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10051100.490.990.6130.398.0219.8
Hex64331031633D1e6214
Octal144631061143753614224
Binary110010011001110110001110001111110111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643301; }

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

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

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

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

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

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

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

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