Html Css Color HEX #60853C Dingley

📋 copy color: '#60853C'

red 96 ◦ green 133 ◦ blue 60

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

Shades of Dingley #60853C

Tints of Dingley #60853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.02%

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 33.22%
G = 46.02%
B = 20.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#60853C (or 0x60853C) is known color: Dingley. HEX triplet: 60, 85 and 3C. RGB value is (96,133,60). Sum of RGB (Red+Green+Blue) = 96+133+60=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #60853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60853C is #9F7AC3. Grayscale: #717171. Windows color (decimal): -10451652 or 3966304. OLE color: 3966304.

HSL color Cylindrical-coordinate representation of color #60853C: hue angle of 90.41º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60853C is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 60 -
CMYK 0.28 0 0.55 0.48
HSL 90.41º 0.38% 0.38% -
HSV(B) 90.41º 0.55% 0.52% -
XYZ 14.03 19.59 7.32 -
YUV 113.62 97.74 115.44 -
System Red Green Blue C M Y K H S L
Decimal 96 133 60 0.28 0 0.55 0.48 90.41 0.38 0.38
Hex 60 85 3C 1C 0 37 30 5A 26 26
Octal 140 205 74 34 0 67 60 132 46 46
Binary 1100000 10000101 111100 11100 0 110111 110000 1011010 100110 100110

Color Harmonies of #60853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60853C

Black with #60853C

Text Example


Text Example

White with #60853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,133,60); }

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

background-color css

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

 a { background-color: rgb(96,133,60); }

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

border-color css

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

 span { border-color: rgb(96,133,60); }

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