Html Css Color HEX #663632 Persian Plum

📋 copy color: '#663632'

red 102 ◦ green 54 ◦ blue 50

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

Shades of Persian Plum #663632

Tints of Persian Plum #663632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.21%

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

R = 49.51%
G = 26.21%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#663632 (or 0x663632) is known color: Persian Plum. HEX triplet: 66, 36 and 32. RGB value is (102,54,50). Sum of RGB (Red+Green+Blue) = 102+54+50=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663632 is #99C9CD. Grayscale: #434343. Windows color (decimal): -10078670 or 3290726. OLE color: 3290726.

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

Color convert

RGB 102 54 50 -
CMYK 0 0.47 0.51 0.6
HSL 4.62º 0.34% 0.3% -
HSV(B) 4.62º 0.51% 0.4% -
XYZ 7.37 5.69 3.73 -
YUV 67.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 102 54 50 0 0.47 0.51 0.6 4.62 0.34 0.3
Hex 66 36 32 0 2F 33 3C 5 22 1E
Octal 146 66 62 0 57 63 74 5 42 36
Binary 1100110 110110 110010 0 101111 110011 111100 101 100010 11110

Color Harmonies of #663632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663632

Black with #663632

Text Example


Text Example

White with #663632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663632; }

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

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

background-color css

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

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

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

border-color css

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

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

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