#633A14

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

Shades of Baker's Chocolate #633A14

Tints of Baker's Chocolate #633A14

Color information

#633A14 (or 0x633A14) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3A and 14. RGB value is (99,58,20). Sum of RGB (Red+Green+Blue) = 99+58+20=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #633A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633A14 is #9CC5EB. Grayscale: #424242. Windows color (decimal): -10274284 or 1325667. OLE color: 1325667.

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

Color convert

RGB995820-
CMYK00.410.800.61
HSL28.86º66.39%23.33%-
HSV(B)28.86º79.8%38.82%-
XYZ6.785.731.41-
YUV65.93102.08151.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.93%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=55.93%
G=32.77%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99582000.410.800.6128.8666.3923.33
Hex633A14029503D1d4217
Octal1437224051120753510227
Binary1100011111010101000101001101000011110111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633A14; }

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

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

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

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

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

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

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

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