Html Css Color HEX #60724B Dingley

📋 copy color: '#60724B'

red 96 ◦ green 114 ◦ blue 75

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

Shades of Dingley #60724B

Tints of Dingley #60724B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.32%

R = 33.68%
G = 40%
B = 26.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#60724B (or 0x60724B) is known color: Dingley. HEX triplet: 60, 72 and 4B. RGB value is (96,114,75). Sum of RGB (Red+Green+Blue) = 96+114+75=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #60724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60724B is #9F8DB4. Grayscale: #686868. Windows color (decimal): -10456501 or 4944480. OLE color: 4944480.

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

Color convert

RGB 96 114 75 -
CMYK 0.16 0 0.34 0.55
HSL 87.69º 0.21% 0.37% -
HSV(B) 87.69º 0.34% 0.45% -
XYZ 12.11 15.03 8.92 -
YUV 104.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 96 114 75 0.16 0 0.34 0.55 87.69 0.21 0.37
Hex 60 72 4B 10 0 22 37 58 15 25
Octal 140 162 113 20 0 42 67 130 25 45
Binary 1100000 1110010 1001011 10000 0 100010 110111 1011000 10101 100101

Color Harmonies of #60724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60724B

Black with #60724B

Text Example


Text Example

White with #60724B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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