#633014

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

Shades of Baker's Chocolate #633014

Tints of Baker's Chocolate #633014

Color information

#633014 (or 0x633014) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 30 and 14. RGB value is (99,48,20). Sum of RGB (Red+Green+Blue) = 99+48+20=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #633014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633014 is #9CCFEB. Grayscale: #3C3C3C. Windows color (decimal): -10276844 or 1323107. OLE color: 1323107.

HSL color Cylindrical-coordinate representation of color #633014: hue angle of 21.27º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #633014 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB994820-
CMYK00.520.800.61
HSL21.27º66.39%23.33%-
HSV(B)21.27º79.8%38.82%-
XYZ6.334.821.26-
YUV60.06105.4155.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=59.28%
G=28.74%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99482000.520.800.6121.2766.3923.33
Hex633014034503D154217
Octal1436024064120752510227
Binary1100011110000101000110100101000011110110101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633014; }

 p { color: rgb(99,48,20); }

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

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

 a { background-color: rgb(99,48,20); }

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

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

 span { border-color: rgb(99,48,20); }

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