#633416

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

Shades of Baker's Chocolate #633416

Tints of Baker's Chocolate #633416

Color information

#633416 (or 0x633416) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 34 and 16. RGB value is (99,52,22). Sum of RGB (Red+Green+Blue) = 99+52+22=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #633416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633416 is #9CCBE9. Grayscale: #3E3E3E. Windows color (decimal): -10275818 or 1455203. OLE color: 1455203.

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

Color convert

RGB995222-
CMYK00.470.780.61
HSL23.38º63.64%23.73%-
HSV(B)23.38º77.78%38.82%-
XYZ6.525.171.41-
YUV62.63105.07153.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=57.23%
G=30.06%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99522200.470.780.6123.3863.6423.73
Hex63341602F4E3D174018
Octal1436426057116752710030
Binary1100011110100101100101111100111011110110111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633416; }

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

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

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

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

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

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

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

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