#633114

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

Shades of Baker's Chocolate #633114

Tints of Baker's Chocolate #633114

Color information

#633114 (or 0x633114) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 31 and 14. RGB value is (99,49,20). Sum of RGB (Red+Green+Blue) = 99+49+20=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #633114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633114 is #9CCEEB. Grayscale: #3C3C3C. Windows color (decimal): -10276588 or 1323363. OLE color: 1323363.

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

Color convert

RGB994920-
CMYK00.510.800.61
HSL22.03º66.39%23.33%-
HSV(B)22.03º79.8%38.82%-
XYZ6.374.91.27-
YUV60.64105.06155.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=58.93%
G=29.17%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99492000.510.800.6122.0366.3923.33
Hex633114033503D164217
Octal1436124063120752610227
Binary1100011110001101000110011101000011110110110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633114; }

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

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

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

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

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

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

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

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