Html Css Color HEX #693534 Persian Plum

📋 copy color: '#693534'

red 105 ◦ green 53 ◦ blue 52

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

Shades of Persian Plum #693534

Tints of Persian Plum #693534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.24%

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

R = 50%
G = 25.24%
B = 24.76%

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

#693534 (or 0x693534) is known color: Persian Plum. HEX triplet: 69, 35 and 34. RGB value is (105,53,52). Sum of RGB (Red+Green+Blue) = 105+53+52=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #693534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693534 is #96CACB. Grayscale: #444444. Windows color (decimal): -9882316 or 3421545. OLE color: 3421545.

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

Color convert

RGB 105 53 52 -
CMYK 0 0.50 0.50 0.59
HSL 1.13º 0.34% 0.31% -
HSV(B) 1.13º 0.5% 0.41% -
XYZ 7.72 5.8 3.96 -
YUV 68.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 105 53 52 0 0.50 0.50 0.59 1.13 0.34 0.31
Hex 69 35 34 0 32 32 3B 1 22 1F
Octal 151 65 64 0 62 62 73 1 42 37
Binary 1101001 110101 110100 0 110010 110010 111011 1 100010 11111

Color Harmonies of #693534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693534

Black with #693534

Text Example


Text Example

White with #693534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693534; }

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

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

background-color css

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

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

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

border-color css

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

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

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