#663636

Color #663636 Persian Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Plum #663636

Tints of Persian Plum #663636

Color information

#663636 (or 0x663636) is unknown color: approx Persian Plum. HEX triplet: 66, 36 and 36. RGB value is (102,54,54). Sum of RGB (Red+Green+Blue) = 102+54+54=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #663636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663636 is #99C9C9. Grayscale: #444444. Windows color (decimal): -10078666 or 3552870. OLE color: 3552870.

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

Color convert

RGB1025454-
CMYK00.470.470.6
HSL30.77%30.59%-
HSV(B)47.06%40%-
XYZ7.465.734.2-
YUV68.35119.9152-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.57%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 54 (21.48% from 255) = 25.71%
R=48.57%
G=25.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102545400.470.470.6030.7730.59
Hex66363602F2F3C01f1f
Octal1466666057577403737
Binary1100110110110110110010111110111111110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663636; }

 p { color: rgb(102,54,54); }

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

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

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

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

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

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

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