Html Css Color HEX #603534 Persian Plum

📋 copy color: '#603534'

red 96 ◦ green 53 ◦ blue 52

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

Shades of Persian Plum #603534

Tints of Persian Plum #603534

RGB

 RED value IS 96 (37.89% from 255) = 47.76%

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

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

R = 47.76%
G = 26.37%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#603534 (or 0x603534) is known color: Persian Plum. HEX triplet: 60, 35 and 34. RGB value is (96,53,52). Sum of RGB (Red+Green+Blue) = 96+53+52=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #603534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603534 is #9FCACB. Grayscale: #414141. Windows color (decimal): -10472140 or 3421536. OLE color: 3421536.

HSL color Cylindrical-coordinate representation of color #603534: hue angle of 1.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #603534 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 53 52 -
CMYK 0 0.45 0.46 0.62
HSL 1.36º 0.3% 0.29% -
HSV(B) 1.36º 0.46% 0.38% -
XYZ 6.72 5.28 3.91 -
YUV 65.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 96 53 52 0 0.45 0.46 0.62 1.36 0.3 0.29
Hex 60 35 34 0 2D 2E 3E 1 1E 1D
Octal 140 65 64 0 55 56 76 1 36 35
Binary 1100000 110101 110100 0 101101 101110 111110 1 11110 11101

Color Harmonies of #603534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603534

Black with #603534

Text Example


Text Example

White with #603534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603534; }

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

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

background-color css

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

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

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

border-color css

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

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

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