#60843B

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

Shades of Dingley #60843B

Tints of Dingley #60843B

Color information

#60843B (or 0x60843B) is unknown color: approx Dingley. HEX triplet: 60, 84 and 3B. RGB value is (96,132,59). Sum of RGB (Red+Green+Blue) = 96+132+59=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #60843B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60843B is #9F7BC4. Grayscale: #717171. Windows color (decimal): -10451909 or 3900512. OLE color: 3900512.

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

Color convert

RGB9613259-
CMYK0.2700.550.48
HSL89.59º38.22%37.45%-
HSV(B)89.59º55.3%51.76%-
XYZ13.8619.317.13-
YUV112.9197.57115.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.45%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=33.45%
G=45.99%
B=20.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96132590.2700.550.4889.5938.2237.45
Hex60843B1B037305a2625
Octal1402047333067601324645
Binary1100000100001001110111101101101111100001011010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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