Html Css Color HEX #603836 Persian Plum

📋 copy color: '#603836'

red 96 ◦ green 56 ◦ blue 54

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

Shades of Persian Plum #603836

Tints of Persian Plum #603836

RGB

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

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

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

R = 46.6%
G = 27.18%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#603836 (or 0x603836) is known color: Persian Plum. HEX triplet: 60, 38 and 36. RGB value is (96,56,54). Sum of RGB (Red+Green+Blue) = 96+56+54=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #603836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603836 is #9FC7C9. Grayscale: #434343. Windows color (decimal): -10471370 or 3553376. OLE color: 3553376.

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

Color convert

RGB 96 56 54 -
CMYK 0 0.42 0.44 0.62
HSL 2.86º 0.28% 0.29% -
HSV(B) 2.86º 0.44% 0.38% -
XYZ 6.9 5.58 4.2 -
YUV 67.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 96 56 54 0 0.42 0.44 0.62 2.86 0.28 0.29
Hex 60 38 36 0 2A 2C 3E 3 1C 1D
Octal 140 70 66 0 52 54 76 3 34 35
Binary 1100000 111000 110110 0 101010 101100 111110 11 11100 11101

Color Harmonies of #603836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603836

Black with #603836

Text Example


Text Example

White with #603836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603836; }

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

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

background-color css

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

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

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

border-color css

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

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

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