Html Css Color HEX #61744E Dingley

📋 copy color: '#61744E'

red 97 ◦ green 116 ◦ blue 78

#61744E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #61744E

Tints of Dingley #61744E

RGB

 RED value IS 97 (38.28% from 255) = 33.33%

 GREEN value IS 116 (45.7% from 255) = 39.86%

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 33.33%
G = 39.86%
B = 26.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#61744E (or 0x61744E) is known color: 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

RGB 97 116 78 -
CMYK 0.16 0 0.33 0.55
HSL 90º 0.2% 0.38% -
HSV(B) 90º 0.33% 0.45% -
XYZ 12.55 15.58 9.55 -
YUV 105.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 97 116 78 0.16 0 0.33 0.55 90 0.2 0.38
Hex 61 74 4E 10 0 21 37 5A 14 26
Octal 141 164 116 20 0 41 67 132 24 46
Binary 1100001 1110100 1001110 10000 0 100001 110111 1011010 10100 100110

Color Harmonies of #61744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61744E

Black with #61744E

Text Example


Text Example

White with #61744E

Text Example


Text Example

HTML Codes & Css Web 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>