#633219

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

Shades of Baker's Chocolate #633219

Tints of Baker's Chocolate #633219

Color information

#633219 (or 0x633219) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 32 and 19. RGB value is (99,50,25). Sum of RGB (Red+Green+Blue) = 99+50+25=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #633219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633219 is #9CCDE6. Grayscale: #3D3D3D. Windows color (decimal): -10276327 or 1651299. OLE color: 1651299.

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

Color convert

RGB995025-
CMYK00.490.750.61
HSL20.27º59.68%24.31%-
HSV(B)20.27º74.75%38.82%-
XYZ6.4651.55-
YUV61.8107.23154.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.90%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=56.90%
G=28.74%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99502500.490.750.6120.2759.6824.31
Hex6332190314B3D143c18
Octal143623106111375247430
Binary110001111001011001011000110010111111011010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633219; }

 p { color: rgb(99,50,25); }

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

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

 a { background-color: rgb(99,50,25); }

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

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

 span { border-color: rgb(99,50,25); }

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