#60813F

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

Shades of Dingley #60813F

Tints of Dingley #60813F

Color information

#60813F (or 0x60813F) is unknown color: approx Dingley. HEX triplet: 60, 81 and 3F. RGB value is (96,129,63). Sum of RGB (Red+Green+Blue) = 96+129+63=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #60813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60813F is #9F7EC0. Grayscale: #6F6F6F. Windows color (decimal): -10452673 or 4161888. OLE color: 4161888.

HSL color Cylindrical-coordinate representation of color #60813F: hue angle of 90º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60813F is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB9612963-
CMYK0.2600.510.49
HSL90º34.38%37.65%-
HSV(B)90º51.16%50.59%-
XYZ13.5718.557.57-
YUV111.61100.57116.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 63 (25% from 255) = 21.88%
R=33.33%
G=44.79%
B=21.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96129630.2600.510.499034.3837.65
Hex60813F1A033315a2226
Octal1402017732063611324246
Binary1100000100000011111111101001100111100011011010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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