#6A7A42

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

Shades of Dingley #6A7A42

Tints of Dingley #6A7A42

Color information

#6A7A42 (or 0x6A7A42) is unknown color: approx Dingley. HEX triplet: 6A, 7A and 42. RGB value is (106,122,66). Sum of RGB (Red+Green+Blue) = 106+122+66=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7A42 is #9585BD. Grayscale: #6F6F6F. Windows color (decimal): -9799102 or 4356714. OLE color: 4356714.

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

Color convert

RGB10612266-
CMYK0.1300.460.52
HSL77.14º29.79%36.86%-
HSV(B)77.14º45.9%47.84%-
XYZ13.8917.387.78-
YUV110.83102.7124.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 122 (48.05% from 255) = 41.50%
BLUE value IS 66 (26.17% from 255) = 22.45%
R=36.05%
G=41.50%
B=22.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106122660.1300.460.5277.1429.7936.86
Hex6A7A42D02E344d1e25
Octal15217210215056641153645
Binary11010101111010100001011010101110110100100110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,122,66); }

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

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

 a { background-color: rgb(106,122,66); }

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

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

 span { border-color: rgb(106,122,66); }

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