#633B18

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

Shades of Baker's Chocolate #633B18

Tints of Baker's Chocolate #633B18

Color information

#633B18 (or 0x633B18) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3B and 18. RGB value is (99,59,24). Sum of RGB (Red+Green+Blue) = 99+59+24=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #633B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633B18 is #9CC4E7. Grayscale: #434343. Windows color (decimal): -10274024 or 1588067. OLE color: 1588067.

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

Color convert

RGB995924-
CMYK00.400.760.61
HSL28º60.98%24.12%-
HSV(B)28º75.76%38.82%-
XYZ6.875.851.63-
YUV66.97103.75150.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 24 (9.77% from 255) = 13.19%
R=54.40%
G=32.42%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99592400.400.760.612860.9824.12
Hex633B180284C3D1c3d18
Octal143733005011475347530
Binary110001111101111000010100010011001111011110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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