#633502

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

Shades of Baker's Chocolate #633502

Tints of Baker's Chocolate #633502

Color information

#633502 (or 0x633502) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 35 and 02. RGB value is (99,53,2). Sum of RGB (Red+Green+Blue) = 99+53+2=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #633502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633502 is #9CCAFD. Grayscale: #3D3D3D. Windows color (decimal): -10275582 or 144739. OLE color: 144739.

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

Color convert

RGB99532-
CMYK00.460.980.61
HSL31.55º96.04%19.8%-
HSV(B)31.55º97.98%38.82%-
XYZ6.435.20.72-
YUV60.9494.74155.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.29%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=64.29%
G=34.42%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9953200.460.980.6131.5596.0419.8
Hex6335202E623D206014
Octal143652056142754014024
Binary11000111101011001011101100010111101100000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633502; }

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

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

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

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

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

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

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

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