#61774F

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

Shades of Dingley #61774F

Tints of Dingley #61774F

Color information

#61774F (or 0x61774F) is unknown color: approx Dingley. HEX triplet: 61, 77 and 4F. RGB value is (97,119,79). Sum of RGB (Red+Green+Blue) = 97+119+79=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #61774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61774F is #9E88B0. Grayscale: #6B6B6B. Windows color (decimal): -10389681 or 5207905. OLE color: 5207905.

HSL color Cylindrical-coordinate representation of color #61774F: hue angle of 93º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61774F is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB9711979-
CMYK0.1800.340.53
HSL93º20.2%38.82%-
HSV(B)93º33.61%46.67%-
XYZ12.9416.39.86-
YUV107.86111.71120.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=32.88%
G=40.34%
B=26.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97119790.1800.340.539320.238.82
Hex61774F12022355d1427
Octal14116711722042651352447
Binary110000111101111001111100100100010110101101110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61774F; }

 p { color: rgb(97,119,79); }

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

<style>
 a { background-color: #61774F; }

 a { background-color: rgb(97,119,79); }

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

<style>
 span { border-color: #61774F; }

 span { border-color: rgb(97,119,79); }

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