Html Css Color HEX #693432 Persian Plum

📋 copy color: '#693432'

red 105 ◦ green 52 ◦ blue 50

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

Shades of Persian Plum #693432

Tints of Persian Plum #693432

RGB

 RED value IS 105 (41.41% from 255) = 50.72%

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

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

R = 50.72%
G = 25.12%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#693432 (or 0x693432) is known color: Persian Plum. HEX triplet: 69, 34 and 32. RGB value is (105,52,50). Sum of RGB (Red+Green+Blue) = 105+52+50=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #693432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693432 is #96CBCD. Grayscale: #434343. Windows color (decimal): -9882574 or 3290217. OLE color: 3290217.

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

Color convert

RGB 105 52 50 -
CMYK 0 0.50 0.52 0.59
HSL 2.18º 0.35% 0.3% -
HSV(B) 2.18º 0.52% 0.41% -
XYZ 7.63 5.69 3.71 -
YUV 67.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 105 52 50 0 0.50 0.52 0.59 2.18 0.35 0.3
Hex 69 34 32 0 32 34 3B 2 23 1E
Octal 151 64 62 0 62 64 73 2 43 36
Binary 1101001 110100 110010 0 110010 110100 111011 10 100011 11110

Color Harmonies of #693432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693432

Black with #693432

Text Example


Text Example

White with #693432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693432; }

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

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

background-color css

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

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

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

border-color css

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

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

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