Html Css Color HEX #603736 Persian Plum

📋 copy color: '#603736'

red 96 ◦ green 55 ◦ blue 54

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

Shades of Persian Plum #603736

Tints of Persian Plum #603736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 54 (21.48% from 255) = 26.34%

R = 46.83%
G = 26.83%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#603736 (or 0x603736) is known color: Persian Plum. HEX triplet: 60, 37 and 36. RGB value is (96,55,54). Sum of RGB (Red+Green+Blue) = 96+55+54=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #603736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603736 is #9FC8C9. Grayscale: #434343. Windows color (decimal): -10471626 or 3553120. OLE color: 3553120.

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

Color convert

RGB 96 55 54 -
CMYK 0 0.43 0.44 0.62
HSL 1.43º 0.28% 0.29% -
HSV(B) 1.43º 0.44% 0.38% -
XYZ 6.86 5.49 4.19 -
YUV 67.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 96 55 54 0 0.43 0.44 0.62 1.43 0.28 0.29
Hex 60 37 36 0 2B 2C 3E 1 1C 1D
Octal 140 67 66 0 53 54 76 1 34 35
Binary 1100000 110111 110110 0 101011 101100 111110 1 11100 11101

Color Harmonies of #603736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603736

Black with #603736

Text Example


Text Example

White with #603736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603736; }

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

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

background-color css

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

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

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

border-color css

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

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

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