#61744E

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

Shades of Dingley #61744E

Tints of Dingley #61744E

Color information

#61744E (or 0x61744E) is unknown color: approx Dingley. HEX triplet: 61, 74 and 4E. RGB value is (97,116,78). Sum of RGB (Red+Green+Blue) = 97+116+78=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #61744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61744E is #9E8BB1. Grayscale: #6A6A6A. Windows color (decimal): -10390450 or 5141601. OLE color: 5141601.

HSL color Cylindrical-coordinate representation of color #61744E: hue angle of 90º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61744E is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB9711678-
CMYK0.1600.330.55
HSL90º19.59%38.04%-
HSV(B)90º32.76%45.49%-
XYZ12.5515.589.55-
YUV105.99112.21121.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=33.33%
G=39.86%
B=26.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97116780.1600.330.559019.5938.04
Hex61744E10021375a1426
Octal14116411620041671322446
Binary110000111101001001110100000100001110111101101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61744E; }

 p { color: rgb(97,116,78); }

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

<style>
 a { background-color: #61744E; }

 a { background-color: rgb(97,116,78); }

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

<style>
 span { border-color: #61744E; }

 span { border-color: rgb(97,116,78); }

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