Html Css Color HEX #603937 Persian Plum

📋 copy color: '#603937'

red 96 ◦ green 57 ◦ blue 55

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

Shades of Persian Plum #603937

Tints of Persian Plum #603937

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.4%

 BLUE value IS 55 (21.88% from 255) = 26.44%

R = 46.15%
G = 27.4%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#603937 (or 0x603937) is known color: Persian Plum. HEX triplet: 60, 39 and 37. RGB value is (96,57,55). Sum of RGB (Red+Green+Blue) = 96+57+55=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #603937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603937 is #9FC6C8. Grayscale: #444444. Windows color (decimal): -10471113 or 3619168. OLE color: 3619168.

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

Color convert

RGB 96 57 55 -
CMYK 0 0.41 0.43 0.62
HSL 2.93º 0.27% 0.3% -
HSV(B) 2.93º 0.43% 0.38% -
XYZ 6.98 5.69 4.34 -
YUV 68.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 96 57 55 0 0.41 0.43 0.62 2.93 0.27 0.3
Hex 60 39 37 0 29 2B 3E 3 1B 1E
Octal 140 71 67 0 51 53 76 3 33 36
Binary 1100000 111001 110111 0 101001 101011 111110 11 11011 11110

Color Harmonies of #603937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603937

Black with #603937

Text Example


Text Example

White with #603937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603937; }

 p { color: rgb(96,57,55); }

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

background-color css

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

 a { background-color: rgb(96,57,55); }

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

border-color css

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

 span { border-color: rgb(96,57,55); }

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