#6A853A

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

Shades of Dingley #6A853A

Tints of Dingley #6A853A

Color information

#6A853A (or 0x6A853A) is unknown color: approx Dingley. HEX triplet: 6A, 85 and 3A. RGB value is (106,133,58). Sum of RGB (Red+Green+Blue) = 106+133+58=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #6A853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A853A is #957AC5. Grayscale: #747474. Windows color (decimal): -9796294 or 3835242. OLE color: 3835242.

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

Color convert

RGB10613358-
CMYK0.2000.560.48
HSL81.6º39.27%37.45%-
HSV(B)81.6º56.39%52.16%-
XYZ15.120.147.1-
YUV116.3895.05120.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=35.69%
G=44.78%
B=19.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106133580.2000.560.4881.639.2737.45
Hex6A853A1403830522725
Octal1522057224070601224745
Binary1101010100001011110101010001110001100001010010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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