#633318

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

Shades of Baker's Chocolate #633318

Tints of Baker's Chocolate #633318

Color information

#633318 (or 0x633318) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 33 and 18. RGB value is (99,51,24). Sum of RGB (Red+Green+Blue) = 99+51+24=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #633318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633318 is #9CCCE7. Grayscale: #3E3E3E. Windows color (decimal): -10276072 or 1586019. OLE color: 1586019.

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

Color convert

RGB995124-
CMYK00.480.760.61
HSL21.6º60.98%24.12%-
HSV(B)21.6º75.76%38.82%-
XYZ6.495.091.5-
YUV62.27106.4154.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.90%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 24 (9.77% from 255) = 13.79%
R=56.90%
G=29.31%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99512400.480.760.6121.660.9824.12
Hex6333180304C3D163d18
Octal143633006011475267530
Binary110001111001111000011000010011001111011011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633318; }

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

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

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

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

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

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

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

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