Html Css Color HEX #693332 Persian Plum

📋 copy color: '#693332'

red 105 ◦ green 51 ◦ blue 50

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

Shades of Persian Plum #693332

Tints of Persian Plum #693332

RGB

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

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

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

R = 50.97%
G = 24.76%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#693332 (or 0x693332) is known color: Persian Plum. HEX triplet: 69, 33 and 32. RGB value is (105,51,50). Sum of RGB (Red+Green+Blue) = 105+51+50=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #693332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693332 is #96CCCD. Grayscale: #434343. Windows color (decimal): -9882830 or 3289961. OLE color: 3289961.

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

Color convert

RGB 105 51 50 -
CMYK 0 0.51 0.52 0.59
HSL 1.09º 0.35% 0.3% -
HSV(B) 1.09º 0.52% 0.41% -
XYZ 7.59 5.6 3.7 -
YUV 67.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 105 51 50 0 0.51 0.52 0.59 1.09 0.35 0.3
Hex 69 33 32 0 33 34 3B 1 23 1E
Octal 151 63 62 0 63 64 73 1 43 36
Binary 1101001 110011 110010 0 110011 110100 111011 1 100011 11110

Color Harmonies of #693332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693332

Black with #693332

Text Example


Text Example

White with #693332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693332; }

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

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

background-color css

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

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

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

border-color css

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

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

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