#633802

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

Shades of Baker's Chocolate #633802

Tints of Baker's Chocolate #633802

Color information

#633802 (or 0x633802) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 38 and 02. RGB value is (99,56,2). Sum of RGB (Red+Green+Blue) = 99+56+2=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #633802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633802 is #9CC7FD. Grayscale: #3E3E3E. Windows color (decimal): -10274814 or 145507. OLE color: 145507.

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

Color convert

RGB99562-
CMYK00.430.980.61
HSL33.4º96.04%19.8%-
HSV(B)33.4º97.98%38.82%-
XYZ6.575.490.77-
YUV62.793.75153.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=63.06%
G=35.67%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9956200.430.980.6133.496.0419.8
Hex6338202B623D216014
Octal143702053142754114024
Binary11000111110001001010111100010111101100001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633802; }

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

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

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

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

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

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

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

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