#60853E

Color #60853E Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #60853E

Tints of Dingley #60853E

Color information

#60853E (or 0x60853E) is unknown color: approx Dingley. HEX triplet: 60, 85 and 3E. RGB value is (96,133,62). Sum of RGB (Red+Green+Blue) = 96+133+62=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #60853E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60853E is #9F7AC1. Grayscale: #727272. Windows color (decimal): -10451650 or 4097376. OLE color: 4097376.

HSL color Cylindrical-coordinate representation of color #60853E: hue angle of 91.27º 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 #60853E is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB9613362-
CMYK0.2800.530.48
HSL91.27º36.41%38.24%-
HSV(B)91.27º53.38%52.16%-
XYZ14.0819.617.6-
YUV113.8498.74115.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=32.99%
G=45.70%
B=21.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96133620.2800.530.4891.2736.4138.24
Hex60853E1C035305b2426
Octal1402057634065601334446
Binary1100000100001011111101110001101011100001011011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60853E;
 }
 .AnyTagClassName
 {
   color: #60853E;
 }
</style>
background-color css

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

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

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

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

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

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