Html Css Color HEX #693434 Persian Plum

📋 copy color: '#693434'

red 105 ◦ green 52 ◦ blue 52

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

Shades of Persian Plum #693434

Tints of Persian Plum #693434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.88%

R = 50.24%
G = 24.88%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#693434 (or 0x693434) is known color: Persian Plum. HEX triplet: 69, 34 and 34. RGB value is (105,52,52). Sum of RGB (Red+Green+Blue) = 105+52+52=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #693434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693434 is #96CBCB. Grayscale: #434343. Windows color (decimal): -9882572 or 3421289. OLE color: 3421289.

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

Color convert

RGB 105 52 52 -
CMYK 0 0.50 0.50 0.59
HSL 0.34% 0.31% -
HSV(B) 0.5% 0.41% -
XYZ 7.67 5.71 3.95 -
YUV 67.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 105 52 52 0 0.50 0.50 0.59 0 0.34 0.31
Hex 69 34 34 0 32 32 3B 0 22 1F
Octal 151 64 64 0 62 62 73 0 42 37
Binary 1101001 110100 110100 0 110010 110010 111011 0 100010 11111

Color Harmonies of #693434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693434

Black with #693434

Text Example


Text Example

White with #693434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693434; }

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

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

background-color css

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

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

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

border-color css

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

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

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