#633B2F

Color #633B2F Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #633B2F

Tints of Cioccolato #633B2F

Color information

#633B2F (or 0x633B2F) is unknown color: approx Cioccolato. HEX triplet: 63, 3B and 2F. RGB value is (99,59,47). Sum of RGB (Red+Green+Blue) = 99+59+47=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #633B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B2F is #9CC4D0. Grayscale: #454545. Windows color (decimal): -10274001 or 3095395. OLE color: 3095395.

HSL color Cylindrical-coordinate representation of color #633B2F: hue angle of 13.85º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #633B2F is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB995947-
CMYK00.400.530.61
HSL13.85º35.62%28.63%-
HSV(B)13.85º52.53%38.82%-
XYZ7.225.993.46-
YUV69.59115.25148.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=48.29%
G=28.78%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99594700.400.530.6113.8535.6228.63
Hex633B2F028353De241d
Octal14373570506575164435
Binary11000111110111011110101000110101111101111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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