#6A893C

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

Shades of Dingley #6A893C

Tints of Dingley #6A893C

Color information

#6A893C (or 0x6A893C) is unknown color: approx Dingley. HEX triplet: 6A, 89 and 3C. RGB value is (106,137,60). Sum of RGB (Red+Green+Blue) = 106+137+60=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #6A893C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A893C is #9576C3. Grayscale: #777777. Windows color (decimal): -9795268 or 3967338. OLE color: 3967338.

HSL color Cylindrical-coordinate representation of color #6A893C: hue angle of 84.16º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A893C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB10613760-
CMYK0.2300.560.46
HSL84.16º39.09%38.63%-
HSV(B)84.16º56.2%53.73%-
XYZ15.7121.287.56-
YUV118.9594.73118.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.98%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 60 (23.83% from 255) = 19.80%
R=34.98%
G=45.21%
B=19.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106137600.2300.560.4684.1639.0938.63
Hex6A893C170382E542727
Octal1522117427070561244747
Binary1101010100010011111001011101110001011101010100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A893C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A893C; }

 p { color: rgb(106,137,60); }

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

<style>
 a { background-color: #6A893C; }

 a { background-color: rgb(106,137,60); }

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

<style>
 span { border-color: #6A893C; }

 span { border-color: rgb(106,137,60); }

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