#60843A

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

Shades of Dingley #60843A

Tints of Dingley #60843A

Color information

#60843A (or 0x60843A) is unknown color: approx Dingley. HEX triplet: 60, 84 and 3A. RGB value is (96,132,58). Sum of RGB (Red+Green+Blue) = 96+132+58=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #60843A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60843A is #9F7BC5. Grayscale: #717171. Windows color (decimal): -10451910 or 3834976. OLE color: 3834976.

HSL color Cylindrical-coordinate representation of color #60843A: hue angle of 89.19º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60843A is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB9613258-
CMYK0.2700.560.48
HSL89.19º38.95%37.25%-
HSV(B)89.19º56.06%51.76%-
XYZ13.8419.297-
YUV112.897.07116.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.57%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=33.57%
G=46.15%
B=20.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96132580.2700.560.4889.1938.9537.25
Hex60843A1B03830592725
Octal1402047233070601314745
Binary1100000100001001110101101101110001100001011001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60843A; }

 p { color: rgb(96,132,58); }

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

<style>
 a { background-color: #60843A; }

 a { background-color: rgb(96,132,58); }

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

<style>
 span { border-color: #60843A; }

 span { border-color: rgb(96,132,58); }

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