#663E2D

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

Shades of Cioccolato #663E2D

Tints of Cioccolato #663E2D

Color information

#663E2D (or 0x663E2D) is unknown color: approx Cioccolato. HEX triplet: 66, 3E and 2D. RGB value is (102,62,45). Sum of RGB (Red+Green+Blue) = 102+62+45=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #663E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E2D is #99C1D2. Grayscale: #484848. Windows color (decimal): -10076627 or 2965094. OLE color: 2965094.

HSL color Cylindrical-coordinate representation of color #663E2D: hue angle of 17.89º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #663E2D is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB1026245-
CMYK00.390.560.6
HSL17.89º38.78%28.82%-
HSV(B)17.89º55.88%40%-
XYZ7.686.463.32-
YUV72.02112.75149.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=48.80%
G=29.67%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102624500.390.560.617.8938.7828.82
Hex663E2D027383C12271d
Octal14676550477074224735
Binary110011011111010110101001111110001111001001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663E2D; }

 p { color: rgb(102,62,45); }

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

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

 a { background-color: rgb(102,62,45); }

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

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

 span { border-color: rgb(102,62,45); }

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