#633915

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

Shades of Baker's Chocolate #633915

Tints of Baker's Chocolate #633915

Color information

#633915 (or 0x633915) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 39 and 15. RGB value is (99,57,21). Sum of RGB (Red+Green+Blue) = 99+57+21=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #633915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633915 is #9CC6EA. Grayscale: #414141. Windows color (decimal): -10274539 or 1390947. OLE color: 1390947.

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

Color convert

RGB995721-
CMYK00.420.790.61
HSL27.69º65%23.53%-
HSV(B)27.69º78.79%38.82%-
XYZ6.745.631.44-
YUV65.45102.91151.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.93%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=55.93%
G=32.20%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99572100.420.790.6127.696523.53
Hex63391502A4F3D1c4118
Octal1437125052117753410130
Binary1100011111001101010101010100111111110111100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633915; }

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

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

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

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

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

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

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

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