#633315

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

Shades of Baker's Chocolate #633315

Tints of Baker's Chocolate #633315

Color information

#633315 (or 0x633315) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 33 and 15. RGB value is (99,51,21). Sum of RGB (Red+Green+Blue) = 99+51+21=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #633315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633315 is #9CCCEA. Grayscale: #3E3E3E. Windows color (decimal): -10276075 or 1389411. OLE color: 1389411.

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

Color convert

RGB995121-
CMYK00.480.790.61
HSL23.08º65%23.53%-
HSV(B)23.08º78.79%38.82%-
XYZ6.465.071.35-
YUV61.93104.9154.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.89%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=57.89%
G=29.82%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99512100.480.790.6123.086523.53
Hex6333150304F3D174118
Octal1436325060117752710130
Binary1100011110011101010110000100111111110110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633315; }

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

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

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

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

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

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

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

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