Html Css Color HEX #603835 Persian Plum

📋 copy color: '#603835'

red 96 ◦ green 56 ◦ blue 53

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

Shades of Persian Plum #603835

Tints of Persian Plum #603835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 46.83%
G = 27.32%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#603835 (or 0x603835) is known color: Persian Plum. HEX triplet: 60, 38 and 35. RGB value is (96,56,53). Sum of RGB (Red+Green+Blue) = 96+56+53=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #603835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603835 is #9FC7CA. Grayscale: #434343. Windows color (decimal): -10471371 or 3487840. OLE color: 3487840.

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

Color convert

RGB 96 56 53 -
CMYK 0 0.42 0.45 0.62
HSL 4.19º 0.29% 0.29% -
HSV(B) 4.19º 0.45% 0.38% -
XYZ 6.88 5.57 4.08 -
YUV 67.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 96 56 53 0 0.42 0.45 0.62 4.19 0.29 0.29
Hex 60 38 35 0 2A 2D 3E 4 1D 1D
Octal 140 70 65 0 52 55 76 4 35 35
Binary 1100000 111000 110101 0 101010 101101 111110 100 11101 11101

Color Harmonies of #603835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603835

Black with #603835

Text Example


Text Example

White with #603835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603835; }

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

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

background-color css

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

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

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

border-color css

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

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

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