#633202

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

Shades of Baker's Chocolate #633202

Tints of Baker's Chocolate #633202

Color information

#633202 (or 0x633202) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 32 and 02. RGB value is (99,50,2). Sum of RGB (Red+Green+Blue) = 99+50+2=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #633202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633202 is #9CCDFD. Grayscale: #3B3B3B. Windows color (decimal): -10276350 or 143971. OLE color: 143971.

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

Color convert

RGB99502-
CMYK00.490.980.61
HSL29.69º96.04%19.8%-
HSV(B)29.69º97.98%38.82%-
XYZ6.34.940.68-
YUV59.1895.73156.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=65.56%
G=33.11%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9950200.490.980.6129.6996.0419.8
Hex63322031623D1e6014
Octal143622061142753614024
Binary1100011110010100110001110001011110111110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633202; }

 p { color: rgb(99,50,2); }

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

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

 a { background-color: rgb(99,50,2); }

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

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

 span { border-color: rgb(99,50,2); }

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