Html Css Color HEX #60724C Dingley

📋 copy color: '#60724C'

red 96 ◦ green 114 ◦ blue 76

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

Shades of Dingley #60724C

Tints of Dingley #60724C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.86%

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

R = 33.57%
G = 39.86%
B = 26.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#60724C (or 0x60724C) is known color: Dingley. HEX triplet: 60, 72 and 4C. RGB value is (96,114,76). Sum of RGB (Red+Green+Blue) = 96+114+76=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #60724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60724C is #9F8DB3. Grayscale: #686868. Windows color (decimal): -10456500 or 5010016. OLE color: 5010016.

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

Color convert

RGB 96 114 76 -
CMYK 0.16 0 0.33 0.55
HSL 88.42º 0.2% 0.37% -
HSV(B) 88.42º 0.33% 0.45% -
XYZ 12.15 15.04 9.1 -
YUV 104.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 96 114 76 0.16 0 0.33 0.55 88.42 0.2 0.37
Hex 60 72 4C 10 0 21 37 58 14 25
Octal 140 162 114 20 0 41 67 130 24 45
Binary 1100000 1110010 1001100 10000 0 100001 110111 1011000 10100 100101

Color Harmonies of #60724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60724C

Black with #60724C

Text Example


Text Example

White with #60724C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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