#633316

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

Shades of Baker's Chocolate #633316

Tints of Baker's Chocolate #633316

Color information

#633316 (or 0x633316) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 33 and 16. RGB value is (99,51,22). Sum of RGB (Red+Green+Blue) = 99+51+22=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #633316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633316 is #9CCCE9. Grayscale: #3E3E3E. Windows color (decimal): -10276074 or 1454947. OLE color: 1454947.

HSL color Cylindrical-coordinate representation of color #633316: hue angle of 22.6º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #633316 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB995122-
CMYK00.480.780.61
HSL22.6º63.64%23.73%-
HSV(B)22.6º77.78%38.82%-
XYZ6.475.081.4-
YUV62.05105.4154.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.56%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=57.56%
G=29.65%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99512200.480.780.6122.663.6423.73
Hex6333160304E3D174018
Octal1436326060116752710030
Binary1100011110011101100110000100111011110110111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633316; }

 p { color: rgb(99,51,22); }

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

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

 a { background-color: rgb(99,51,22); }

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

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

 span { border-color: rgb(99,51,22); }

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