#6A854C

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

Shades of Dingley #6A854C

Tints of Dingley #6A854C

Color information

#6A854C (or 0x6A854C) is unknown color: approx Dingley. HEX triplet: 6A, 85 and 4C. RGB value is (106,133,76). Sum of RGB (Red+Green+Blue) = 106+133+76=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #6A854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A854C is #957AB3. Grayscale: #767676. Windows color (decimal): -9796276 or 5014890. OLE color: 5014890.

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

Color convert

RGB10613376-
CMYK0.2000.430.48
HSL88.42º27.27%40.98%-
HSV(B)88.42º42.86%52.16%-
XYZ15.6420.369.94-
YUV118.43104.05119.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.65%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=33.65%
G=42.22%
B=24.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106133760.2000.430.4888.4227.2740.98
Hex6A854C1402B30581b29
Octal15220511424053601303351
Binary1101010100001011001100101000101011110000101100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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