#663C2B

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

Shades of Cioccolato #663C2B

Tints of Cioccolato #663C2B

Color information

#663C2B (or 0x663C2B) is unknown color: approx Cioccolato. HEX triplet: 66, 3C and 2B. RGB value is (102,60,43). Sum of RGB (Red+Green+Blue) = 102+60+43=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C2B is #99C3D4. Grayscale: #464646. Windows color (decimal): -10077141 or 2833510. OLE color: 2833510.

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

Color convert

RGB1026043-
CMYK00.410.580.6
HSL17.29º40.69%28.43%-
HSV(B)17.29º57.84%40%-
XYZ7.536.233.09-
YUV70.62112.41150.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=49.76%
G=29.27%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102604300.410.580.617.2940.6928.43
Hex663C2B0293A3C11291c
Octal14674530517274215134
Binary110011011110010101101010011110101111001000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,60,43); }

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

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

 a { background-color: rgb(102,60,43); }

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

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

 span { border-color: rgb(102,60,43); }

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