#61764D

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

Shades of Dingley #61764D

Tints of Dingley #61764D

Color information

#61764D (or 0x61764D) is unknown color: approx Dingley. HEX triplet: 61, 76 and 4D. RGB value is (97,118,77). Sum of RGB (Red+Green+Blue) = 97+118+77=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #61764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61764D is #9E89B2. Grayscale: #6B6B6B. Windows color (decimal): -10389939 or 5076577. OLE color: 5076577.

HSL color Cylindrical-coordinate representation of color #61764D: hue angle of 90.73º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61764D is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB9711877-
CMYK0.1800.350.54
HSL90.73º21.03%38.24%-
HSV(B)90.73º34.75%46.27%-
XYZ12.7516.039.44-
YUV107.05111.04120.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=33.22%
G=40.41%
B=26.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97118770.1800.350.5490.7321.0338.24
Hex61764D12023365b1526
Octal14116611522043661332546
Binary110000111101101001101100100100011110110101101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61764D; }

 p { color: rgb(97,118,77); }

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

<style>
 a { background-color: #61764D; }

 a { background-color: rgb(97,118,77); }

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

<style>
 span { border-color: #61764D; }

 span { border-color: rgb(97,118,77); }

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