#60823D

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

Shades of Dingley #60823D

Tints of Dingley #60823D

Color information

#60823D (or 0x60823D) is unknown color: approx Dingley. HEX triplet: 60, 82 and 3D. RGB value is (96,130,61). Sum of RGB (Red+Green+Blue) = 96+130+61=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #60823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60823D is #9F7DC2. Grayscale: #707070. Windows color (decimal): -10452419 or 4031072. OLE color: 4031072.

HSL color Cylindrical-coordinate representation of color #60823D: hue angle of 89.57º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60823D is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB9613061-
CMYK0.2600.530.49
HSL89.57º36.13%37.45%-
HSV(B)89.57º53.08%50.98%-
XYZ13.6518.797.32-
YUV111.9799.24116.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.45%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=33.45%
G=45.30%
B=21.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130610.2600.530.4989.5736.1337.45
Hex60823D1A035315a2425
Octal1402027532065611324445
Binary1100000100000101111011101001101011100011011010100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60823D; }

 p { color: rgb(96,130,61); }

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

<style>
 a { background-color: #60823D; }

 a { background-color: rgb(96,130,61); }

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

<style>
 span { border-color: #60823D; }

 span { border-color: rgb(96,130,61); }

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