#633918

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

Shades of Baker's Chocolate #633918

Tints of Baker's Chocolate #633918

Color information

#633918 (or 0x633918) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 39 and 18. RGB value is (99,57,24). Sum of RGB (Red+Green+Blue) = 99+57+24=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #633918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633918 is #9CC6E7. Grayscale: #414141. Windows color (decimal): -10274536 or 1587555. OLE color: 1587555.

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

Color convert

RGB995724-
CMYK00.420.760.61
HSL26.4º60.98%24.12%-
HSV(B)26.4º75.76%38.82%-
XYZ6.775.641.6-
YUV65.8104.41151.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 57 (22.66% from 255) = 31.67%
BLUE value IS 24 (9.77% from 255) = 13.33%
R=55%
G=31.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99572400.420.760.6126.460.9824.12
Hex63391802A4C3D1a3d18
Octal143713005211475327530
Binary110001111100111000010101010011001111011101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633918; }

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

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

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

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

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

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

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

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