#633702

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

Shades of Baker's Chocolate #633702

Tints of Baker's Chocolate #633702

Color information

#633702 (or 0x633702) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 37 and 02. RGB value is (99,55,2). Sum of RGB (Red+Green+Blue) = 99+55+2=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #633702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633702 is #9CC8FD. Grayscale: #3E3E3E. Windows color (decimal): -10275070 or 145251. OLE color: 145251.

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

Color convert

RGB99552-
CMYK00.440.980.61
HSL32.78º96.04%19.8%-
HSV(B)32.78º97.98%38.82%-
XYZ6.525.390.75-
YUV62.1194.08154.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.46%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=63.46%
G=35.26%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9955200.440.980.6132.7896.0419.8
Hex6337202C623D216014
Octal143672054142754114024
Binary11000111101111001011001100010111101100001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633702; }

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

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

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

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

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

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

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

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