#6A853C

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

Shades of Dingley #6A853C

Tints of Dingley #6A853C

Color information

#6A853C (or 0x6A853C) is unknown color: approx Dingley. HEX triplet: 6A, 85 and 3C. RGB value is (106,133,60). Sum of RGB (Red+Green+Blue) = 106+133+60=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #6A853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A853C is #957AC3. Grayscale: #747474. Windows color (decimal): -9796292 or 3966314. OLE color: 3966314.

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

Color convert

RGB10613360-
CMYK0.2000.550.48
HSL82.19º37.82%37.84%-
HSV(B)82.19º54.89%52.16%-
XYZ15.1520.177.37-
YUV116.696.05120.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=35.45%
G=44.48%
B=20.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106133600.2000.550.4882.1937.8237.84
Hex6A853C1403730522626
Octal1522057424067601224646
Binary1101010100001011111001010001101111100001010010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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