Html Css Color HEX #663332 Persian Plum

📋 copy color: '#663332'

red 102 ◦ green 51 ◦ blue 50

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

Shades of Persian Plum #663332

Tints of Persian Plum #663332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 50.25%
G = 25.12%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#663332 (or 0x663332) is known color: Persian Plum. HEX triplet: 66, 33 and 32. RGB value is (102,51,50). Sum of RGB (Red+Green+Blue) = 102+51+50=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #663332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663332 is #99CCCD. Grayscale: #424242. Windows color (decimal): -10079438 or 3289958. OLE color: 3289958.

HSL color Cylindrical-coordinate representation of color #663332: hue angle of 1.15º 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 #663332 is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 50 -
CMYK 0 0.5 0.51 0.6
HSL 1.15º 0.34% 0.3% -
HSV(B) 1.15º 0.51% 0.4% -
XYZ 7.24 5.42 3.68 -
YUV 66.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 102 51 50 0 0.5 0.51 0.6 1.15 0.34 0.3
Hex 66 33 32 0 32 33 3C 1 22 1E
Octal 146 63 62 0 62 63 74 1 42 36
Binary 1100110 110011 110010 0 110010 110011 111100 1 100010 11110

Color Harmonies of #663332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663332

Black with #663332

Text Example


Text Example

White with #663332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663332; }

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

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

background-color css

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

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

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

border-color css

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

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

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