#663D2E

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

Shades of Cioccolato #663D2E

Tints of Cioccolato #663D2E

Color information

#663D2E (or 0x663D2E) is unknown color: approx Cioccolato. HEX triplet: 66, 3D and 2E. RGB value is (102,61,46). Sum of RGB (Red+Green+Blue) = 102+61+46=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #663D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D2E is #99C2D1. Grayscale: #474747. Windows color (decimal): -10076882 or 3030374. OLE color: 3030374.

HSL color Cylindrical-coordinate representation of color #663D2E: hue angle of 16.07º 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 #663D2E is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB1026146-
CMYK00.400.550.6
HSL16.07º37.84%29.02%-
HSV(B)16.07º54.9%40%-
XYZ7.646.363.41-
YUV71.55113.58149.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 46 (18.36% from 255) = 22.01%
R=48.80%
G=29.19%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102614600.400.550.616.0737.8429.02
Hex663D2E028373C10261d
Octal14675560506774204635
Binary110011011110110111001010001101111111001000010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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