#61764C

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

Shades of Dingley #61764C

Tints of Dingley #61764C

Color information

#61764C (or 0x61764C) is unknown color: approx Dingley. HEX triplet: 61, 76 and 4C. RGB value is (97,118,76). Sum of RGB (Red+Green+Blue) = 97+118+76=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #61764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61764C is #9E89B3. Grayscale: #6B6B6B. Windows color (decimal): -10389940 or 5011041. OLE color: 5011041.

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

Color convert

RGB9711876-
CMYK0.1800.360.54
HSL90º21.65%38.04%-
HSV(B)90º35.59%46.27%-
XYZ12.7116.029.26-
YUV106.93110.54120.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=33.33%
G=40.55%
B=26.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97118760.1800.360.549021.6538.04
Hex61764C12024365a1626
Octal14116611422044661322646
Binary110000111101101001100100100100100110110101101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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