Html Css Color HEX #683434 Persian Plum

📋 copy color: '#683434'

red 104 ◦ green 52 ◦ blue 52

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

Shades of Persian Plum #683434

Tints of Persian Plum #683434

RGB

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

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

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

R = 50%
G = 25%
B = 25%

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

#683434 (or 0x683434) is known color: Persian Plum. HEX triplet: 68, 34 and 34. RGB value is (104,52,52). Sum of RGB (Red+Green+Blue) = 104+52+52=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #683434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683434 is #97CBCB. Grayscale: #434343. Windows color (decimal): -9948108 or 3421288. OLE color: 3421288.

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

Color convert

RGB 104 52 52 -
CMYK 0 0.50 0.50 0.59
HSL 0.33% 0.31% -
HSV(B) 0.5% 0.41% -
XYZ 7.56 5.65 3.94 -
YUV 67.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 104 52 52 0 0.50 0.50 0.59 0 0.33 0.31
Hex 68 34 34 0 32 32 3B 0 21 1F
Octal 150 64 64 0 62 62 73 0 41 37
Binary 1101000 110100 110100 0 110010 110010 111011 0 100001 11111

Color Harmonies of #683434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683434

Black with #683434

Text Example


Text Example

White with #683434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683434; }

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

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

background-color css

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

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

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

border-color css

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

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

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