Html Css Color HEX #61744F Dingley

📋 copy color: '#61744F'

red 97 ◦ green 116 ◦ blue 79

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

Shades of Dingley #61744F

Tints of Dingley #61744F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.05%

R = 33.22%
G = 39.73%
B = 27.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#61744F (or 0x61744F) is known color: Dingley. HEX triplet: 61, 74 and 4F. RGB value is (97,116,79). Sum of RGB (Red+Green+Blue) = 97+116+79=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #61744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61744F is #9E8BB0. Grayscale: #6A6A6A. Windows color (decimal): -10390449 or 5207137. OLE color: 5207137.

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

Color convert

RGB 97 116 79 -
CMYK 0.16 0 0.32 0.55
HSL 90.81º 0.19% 0.38% -
HSV(B) 90.81º 0.32% 0.45% -
XYZ 12.59 15.6 9.74 -
YUV 106.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 97 116 79 0.16 0 0.32 0.55 90.81 0.19 0.38
Hex 61 74 4F 10 0 20 37 5B 13 26
Octal 141 164 117 20 0 40 67 133 23 46
Binary 1100001 1110100 1001111 10000 0 100000 110111 1011011 10011 100110

Color Harmonies of #61744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61744F

Black with #61744F

Text Example


Text Example

White with #61744F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61744F;
 }
 .AnyTagClassName
 {
   color: #61744F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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