#663433

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

Shades of Persian Plum #663433

Tints of Persian Plum #663433

Color information

#663433 (or 0x663433) is unknown color: approx Persian Plum. HEX triplet: 66, 34 and 33. RGB value is (102,52,51). Sum of RGB (Red+Green+Blue) = 102+52+51=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663433 is #99CBCC. Grayscale: #424242. Windows color (decimal): -10079181 or 3355750. OLE color: 3355750.

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

Color convert

RGB1025251-
CMYK00.490.50.6
HSL1.18º33.33%30%-
HSV(B)1.18º50%40%-
XYZ7.315.523.81-
YUV66.84119.06153.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=49.76%
G=25.37%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102525100.490.50.61.1833.3330
Hex663433031323C1211e
Octal1466463061627414136
Binary11001101101001100110110001110010111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663433; }

 p { color: rgb(102,52,51); }

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

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

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

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

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

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

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