Html Css Color HEX #663532 Persian Plum

📋 copy color: '#663532'

red 102 ◦ green 53 ◦ blue 50

#663532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Plum #663532

Tints of Persian Plum #663532

RGB

 RED value IS 102 (40.23% from 255) = 49.76%

 GREEN value IS 53 (21.09% from 255) = 25.85%

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 49.76%
G = 25.85%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#663532 (or 0x663532) is known color: Persian Plum. HEX triplet: 66, 35 and 32. RGB value is (102,53,50). Sum of RGB (Red+Green+Blue) = 102+53+50=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663532 is #99CACD. Grayscale: #434343. Windows color (decimal): -10078926 or 3290470. OLE color: 3290470.

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

Color convert

RGB 102 53 50 -
CMYK 0 0.48 0.51 0.6
HSL 3.46º 0.34% 0.3% -
HSV(B) 3.46º 0.51% 0.4% -
XYZ 7.33 5.6 3.71 -
YUV 67.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 102 53 50 0 0.48 0.51 0.6 3.46 0.34 0.3
Hex 66 35 32 0 30 33 3C 3 22 1E
Octal 146 65 62 0 60 63 74 3 42 36
Binary 1100110 110101 110010 0 110000 110011 111100 11 100010 11110

Color Harmonies of #663532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663532

Black with #663532

Text Example


Text Example

White with #663532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663532; }

 p { color: rgb(102,53,50); }

 H1.HeaderClassName
 {
   color: #663532;
 }
 .AnyTagClassName
 {
   color: #663532;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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