#6A794B

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

Shades of Dingley #6A794B

Tints of Dingley #6A794B

Color information

#6A794B (or 0x6A794B) is unknown color: approx Dingley. HEX triplet: 6A, 79 and 4B. RGB value is (106,121,75). Sum of RGB (Red+Green+Blue) = 106+121+75=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #6A794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A794B is #9586B4. Grayscale: #6F6F6F. Windows color (decimal): -9799349 or 4946282. OLE color: 4946282.

HSL color Cylindrical-coordinate representation of color #6A794B: hue angle of 79.57º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A794B is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB10612175-
CMYK0.1200.380.53
HSL79.57º23.47%38.43%-
HSV(B)79.57º38.02%47.45%-
XYZ14.0517.259.25-
YUV111.27107.53124.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=35.10%
G=40.07%
B=24.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106121750.1200.380.5379.5723.4738.43
Hex6A794BC02635501726
Octal15217111314046651202746
Binary11010101111001100101111000100110110101101000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,121,75); }

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

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

 a { background-color: rgb(106,121,75); }

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

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

 span { border-color: rgb(106,121,75); }

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