Html Css Color HEX #683534 Persian Plum

📋 copy color: '#683534'

red 104 ◦ green 53 ◦ blue 52

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

Shades of Persian Plum #683534

Tints of Persian Plum #683534

RGB

 RED value IS 104 (41.02% from 255) = 49.76%

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

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

R = 49.76%
G = 25.36%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#683534 (or 0x683534) is known color: Persian Plum. HEX triplet: 68, 35 and 34. RGB value is (104,53,52). Sum of RGB (Red+Green+Blue) = 104+53+52=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #683534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683534 is #97CACB. Grayscale: #444444. Windows color (decimal): -9947852 or 3421544. OLE color: 3421544.

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

Color convert

RGB 104 53 52 -
CMYK 0 0.49 0.50 0.59
HSL 1.15º 0.33% 0.31% -
HSV(B) 1.15º 0.5% 0.41% -
XYZ 7.6 5.74 3.96 -
YUV 68.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 104 53 52 0 0.49 0.50 0.59 1.15 0.33 0.31
Hex 68 35 34 0 31 32 3B 1 21 1F
Octal 150 65 64 0 61 62 73 1 41 37
Binary 1101000 110101 110100 0 110001 110010 111011 1 100001 11111

Color Harmonies of #683534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683534

Black with #683534

Text Example


Text Example

White with #683534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683534; }

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

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

background-color css

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

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

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

border-color css

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

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

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