#663E2E

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

Shades of Cioccolato #663E2E

Tints of Cioccolato #663E2E

Color information

#663E2E (or 0x663E2E) is unknown color: approx Cioccolato. HEX triplet: 66, 3E and 2E. RGB value is (102,62,46). Sum of RGB (Red+Green+Blue) = 102+62+46=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #663E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E2E is #99C1D1. Grayscale: #484848. Windows color (decimal): -10076626 or 3030630. OLE color: 3030630.

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

Color convert

RGB1026246-
CMYK00.390.550.6
HSL17.14º37.84%29.02%-
HSV(B)17.14º54.9%40%-
XYZ7.76.473.43-
YUV72.14113.25149.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.57%
GREEN value IS 62 (24.61% from 255) = 29.52%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=48.57%
G=29.52%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102624600.390.550.617.1437.8429.02
Hex663E2E027373C11261d
Octal14676560476774214635
Binary110011011111010111001001111101111111001000110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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