Html Css Color HEX #663432 Persian Plum

📋 copy color: '#663432'

red 102 ◦ green 52 ◦ blue 50

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

Shades of Persian Plum #663432

Tints of Persian Plum #663432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

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

R = 50%
G = 25.49%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#663432 (or 0x663432) is known color: Persian Plum. HEX triplet: 66, 34 and 32. RGB value is (102,52,50). Sum of RGB (Red+Green+Blue) = 102+52+50=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #663432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663432 is #99CBCD. Grayscale: #424242. Windows color (decimal): -10079182 or 3290214. OLE color: 3290214.

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

Color convert

RGB 102 52 50 -
CMYK 0 0.49 0.51 0.6
HSL 2.31º 0.34% 0.3% -
HSV(B) 2.31º 0.51% 0.4% -
XYZ 7.28 5.51 3.7 -
YUV 66.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 102 52 50 0 0.49 0.51 0.6 2.31 0.34 0.3
Hex 66 34 32 0 31 33 3C 2 22 1E
Octal 146 64 62 0 61 63 74 2 42 36
Binary 1100110 110100 110010 0 110001 110011 111100 10 100010 11110

Color Harmonies of #663432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663432

Black with #663432

Text Example


Text Example

White with #663432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663432; }

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

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

background-color css

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

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

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

border-color css

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

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

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