#633A18

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

Shades of Baker's Chocolate #633A18

Tints of Baker's Chocolate #633A18

Color information

#633A18 (or 0x633A18) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3A and 18. RGB value is (99,58,24). Sum of RGB (Red+Green+Blue) = 99+58+24=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #633A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633A18 is #9CC5E7. Grayscale: #424242. Windows color (decimal): -10274280 or 1587811. OLE color: 1587811.

HSL color Cylindrical-coordinate representation of color #633A18: hue angle of 27.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #633A18 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB995824-
CMYK00.410.760.61
HSL27.2º60.98%24.12%-
HSV(B)27.2º75.76%38.82%-
XYZ6.825.741.61-
YUV66.38104.08151.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=54.70%
G=32.04%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99582400.410.760.6127.260.9824.12
Hex633A180294C3D1b3d18
Octal143723005111475337530
Binary110001111101011000010100110011001111011101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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