#633615

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

Shades of Baker's Chocolate #633615

Tints of Baker's Chocolate #633615

Color information

#633615 (or 0x633615) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 36 and 15. RGB value is (99,54,21). Sum of RGB (Red+Green+Blue) = 99+54+21=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #633615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633615 is #9CC9EA. Grayscale: #3F3F3F. Windows color (decimal): -10275307 or 1390179. OLE color: 1390179.

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

Color convert

RGB995421-
CMYK00.450.790.61
HSL25.38º65%23.53%-
HSV(B)25.38º78.79%38.82%-
XYZ6.65.351.39-
YUV63.69103.91153.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.90%
GREEN value IS 54 (21.48% from 255) = 31.03%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=56.90%
G=31.03%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99542100.450.790.6125.386523.53
Hex63361502D4F3D194118
Octal1436625055117753110130
Binary1100011110110101010101101100111111110111001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633615; }

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

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

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

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

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

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

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

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