#633715

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

Shades of Baker's Chocolate #633715

Tints of Baker's Chocolate #633715

Color information

#633715 (or 0x633715) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 37 and 15. RGB value is (99,55,21). Sum of RGB (Red+Green+Blue) = 99+55+21=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #633715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633715 is #9CC8EA. Grayscale: #404040. Windows color (decimal): -10275051 or 1390435. OLE color: 1390435.

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

Color convert

RGB995521-
CMYK00.440.790.61
HSL26.15º65%23.53%-
HSV(B)26.15º78.79%38.82%-
XYZ6.655.441.41-
YUV64.28103.58152.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 21 (8.59% from 255) = 12%
R=56.57%
G=31.43%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99552100.440.790.6126.156523.53
Hex63371502C4F3D1a4118
Octal1436725054117753210130
Binary1100011110111101010101100100111111110111010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633715; }

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

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

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

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

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

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

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

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