Html Css Color HEX #60744C Dingley

📋 copy color: '#60744C'

red 96 ◦ green 116 ◦ blue 76

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

Shades of Dingley #60744C

Tints of Dingley #60744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 33.33%
G = 40.28%
B = 26.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#60744C (or 0x60744C) is known color: Dingley. HEX triplet: 60, 74 and 4C. RGB value is (96,116,76). Sum of RGB (Red+Green+Blue) = 96+116+76=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #60744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60744C is #9F8BB3. Grayscale: #696969. Windows color (decimal): -10455988 or 5010528. OLE color: 5010528.

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

Color convert

RGB 96 116 76 -
CMYK 0.17 0 0.34 0.55
HSL 90º 0.21% 0.38% -
HSV(B) 90º 0.34% 0.45% -
XYZ 12.37 15.5 9.18 -
YUV 105.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 96 116 76 0.17 0 0.34 0.55 90 0.21 0.38
Hex 60 74 4C 11 0 22 37 5A 15 26
Octal 140 164 114 21 0 42 67 132 25 46
Binary 1100000 1110100 1001100 10001 0 100010 110111 1011010 10101 100110

Color Harmonies of #60744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60744C

Black with #60744C

Text Example


Text Example

White with #60744C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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