Html Css Color HEX #603837 Persian Plum

📋 copy color: '#603837'

red 96 ◦ green 56 ◦ blue 55

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

Shades of Persian Plum #603837

Tints of Persian Plum #603837

RGB

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

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

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

R = 46.38%
G = 27.05%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#603837 (or 0x603837) is known color: Persian Plum. HEX triplet: 60, 38 and 37. RGB value is (96,56,55). Sum of RGB (Red+Green+Blue) = 96+56+55=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #603837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603837 is #9FC7C8. Grayscale: #434343. Windows color (decimal): -10471369 or 3618912. OLE color: 3618912.

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

Color convert

RGB 96 56 55 -
CMYK 0 0.42 0.43 0.62
HSL 1.46º 0.27% 0.3% -
HSV(B) 1.46º 0.43% 0.38% -
XYZ 6.93 5.59 4.33 -
YUV 67.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 96 56 55 0 0.42 0.43 0.62 1.46 0.27 0.3
Hex 60 38 37 0 2A 2B 3E 1 1B 1E
Octal 140 70 67 0 52 53 76 1 33 36
Binary 1100000 111000 110111 0 101010 101011 111110 1 11011 11110

Color Harmonies of #603837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603837

Black with #603837

Text Example


Text Example

White with #603837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603837; }

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

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

background-color css

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

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

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

border-color css

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

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

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