Html Css Color HEX #663531 Persian Plum

📋 copy color: '#663531'

red 102 ◦ green 53 ◦ blue 49

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

Shades of Persian Plum #663531

Tints of Persian Plum #663531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.02%

R = 50%
G = 25.98%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#663531 (or 0x663531) is known color: Persian Plum. HEX triplet: 66, 35 and 31. RGB value is (102,53,49). Sum of RGB (Red+Green+Blue) = 102+53+49=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #663531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663531 is #99CACE. Grayscale: #434343. Windows color (decimal): -10078927 or 3224934. OLE color: 3224934.

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

Color convert

RGB 102 53 49 -
CMYK 0 0.48 0.52 0.6
HSL 4.53º 0.35% 0.3% -
HSV(B) 4.53º 0.52% 0.4% -
XYZ 7.31 5.59 3.6 -
YUV 67.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 102 53 49 0 0.48 0.52 0.6 4.53 0.35 0.3
Hex 66 35 31 0 30 34 3C 5 23 1E
Octal 146 65 61 0 60 64 74 5 43 36
Binary 1100110 110101 110001 0 110000 110100 111100 101 100011 11110

Color Harmonies of #663531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663531

Black with #663531

Text Example


Text Example

White with #663531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663531; }

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

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

background-color css

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

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

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

border-color css

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

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

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