Html Css Color HEX #60714D Dingley

📋 copy color: '#60714D'

red 96 ◦ green 113 ◦ blue 77

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

Shades of Dingley #60714D

Tints of Dingley #60714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.51%

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 33.57%
G = 39.51%
B = 26.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#60714D (or 0x60714D) is known color: Dingley. HEX triplet: 60, 71 and 4D. RGB value is (96,113,77). Sum of RGB (Red+Green+Blue) = 96+113+77=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #60714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60714D is #9F8EB2. Grayscale: #676767. Windows color (decimal): -10456755 or 5075296. OLE color: 5075296.

HSL color Cylindrical-coordinate representation of color #60714D: hue angle of 88.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60714D is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 77 -
CMYK 0.15 0 0.32 0.56
HSL 88.33º 0.19% 0.37% -
HSV(B) 88.33º 0.32% 0.44% -
XYZ 12.07 14.83 9.25 -
YUV 103.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 96 113 77 0.15 0 0.32 0.56 88.33 0.19 0.37
Hex 60 71 4D F 0 20 38 58 13 25
Octal 140 161 115 17 0 40 70 130 23 45
Binary 1100000 1110001 1001101 1111 0 100000 111000 1011000 10011 100101

Color Harmonies of #60714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60714D

Black with #60714D

Text Example


Text Example

White with #60714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60714D; }

 p { color: rgb(96,113,77); }

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

background-color css

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

 a { background-color: rgb(96,113,77); }

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

border-color css

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

 span { border-color: rgb(96,113,77); }

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