Html Css Color HEX #60853F Dingley

📋 copy color: '#60853F'

red 96 ◦ green 133 ◦ blue 63

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

Shades of Dingley #60853F

Tints of Dingley #60853F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.58%

R = 32.88%
G = 45.55%
B = 21.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#60853F (or 0x60853F) is known color: Dingley. HEX triplet: 60, 85 and 3F. RGB value is (96,133,63). Sum of RGB (Red+Green+Blue) = 96+133+63=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #60853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60853F is #9F7AC0. Grayscale: #727272. Windows color (decimal): -10451649 or 4162912. OLE color: 4162912.

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

Color convert

RGB 96 133 63 -
CMYK 0.28 0 0.53 0.48
HSL 91.71º 0.36% 0.38% -
HSV(B) 91.71º 0.53% 0.52% -
XYZ 14.11 19.62 7.75 -
YUV 113.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 96 133 63 0.28 0 0.53 0.48 91.71 0.36 0.38
Hex 60 85 3F 1C 0 35 30 5C 24 26
Octal 140 205 77 34 0 65 60 134 44 46
Binary 1100000 10000101 111111 11100 0 110101 110000 1011100 100100 100110

Color Harmonies of #60853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60853F

Black with #60853F

Text Example


Text Example

White with #60853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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