Html Css Color HEX #60744E Dingley

📋 copy color: '#60744E'

red 96 ◦ green 116 ◦ blue 78

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

Shades of Dingley #60744E

Tints of Dingley #60744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40%

 BLUE value IS 78 (30.86% from 255) = 26.9%

R = 33.1%
G = 40%
B = 26.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#60744E (or 0x60744E) is known color: Dingley. HEX triplet: 60, 74 and 4E. RGB value is (96,116,78). Sum of RGB (Red+Green+Blue) = 96+116+78=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #60744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60744E is #9F8BB1. Grayscale: #696969. Windows color (decimal): -10455986 or 5141600. OLE color: 5141600.

HSL color Cylindrical-coordinate representation of color #60744E: hue angle of 91.58º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60744E is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 116 78 -
CMYK 0.17 0 0.33 0.55
HSL 91.58º 0.2% 0.38% -
HSV(B) 91.58º 0.33% 0.45% -
XYZ 12.44 15.53 9.55 -
YUV 105.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 96 116 78 0.17 0 0.33 0.55 91.58 0.2 0.38
Hex 60 74 4E 11 0 21 37 5C 14 26
Octal 140 164 116 21 0 41 67 134 24 46
Binary 1100000 1110100 1001110 10001 0 100001 110111 1011100 10100 100110

Color Harmonies of #60744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60744E

Black with #60744E

Text Example


Text Example

White with #60744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60744E; }

 p { color: rgb(96,116,78); }

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

background-color css

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

 a { background-color: rgb(96,116,78); }

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

border-color css

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

 span { border-color: rgb(96,116,78); }

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