#61704F

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

Shades of Dingley #61704F

Tints of Dingley #61704F

Color information

#61704F (or 0x61704F) is unknown color: approx Dingley. HEX triplet: 61, 70 and 4F. RGB value is (97,112,79). Sum of RGB (Red+Green+Blue) = 97+112+79=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #61704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61704F is #9E8FB0. Grayscale: #676767. Windows color (decimal): -10391473 or 5206113. OLE color: 5206113.

HSL color Cylindrical-coordinate representation of color #61704F: hue angle of 87.27º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61704F is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB9711279-
CMYK0.1300.290.56
HSL87.27º17.28%37.45%-
HSV(B)87.27º29.46%43.92%-
XYZ12.1414.699.59-
YUV103.75114.03123.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.68%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=33.68%
G=38.89%
B=27.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97112790.1300.290.5687.2717.2837.45
Hex61704FD01D38571125
Octal14116011715035701272145
Binary1100001111000010011111101011101111000101011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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