#60863C

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

Shades of Dingley #60863C

Tints of Dingley #60863C

Color information

#60863C (or 0x60863C) is unknown color: approx Dingley. HEX triplet: 60, 86 and 3C. RGB value is (96,134,60). Sum of RGB (Red+Green+Blue) = 96+134+60=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #60863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60863C is #9F79C3. Grayscale: #727272. Windows color (decimal): -10451396 or 3966560. OLE color: 3966560.

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

Color convert

RGB9613460-
CMYK0.2800.550.47
HSL90.81º38.14%38.04%-
HSV(B)90.81º55.22%52.55%-
XYZ14.1619.867.36-
YUV114.297.41115.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.10%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 60 (23.83% from 255) = 20.69%
R=33.10%
G=46.21%
B=20.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96134600.2800.550.4790.8138.1438.04
Hex60863C1C0372F5b2626
Octal1402067434067571334646
Binary1100000100001101111001110001101111011111011011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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