Html Css Color HEX #61734D Dingley

📋 copy color: '#61734D'

red 97 ◦ green 115 ◦ blue 77

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

Shades of Dingley #61734D

Tints of Dingley #61734D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.79%

 BLUE value IS 77 (30.47% from 255) = 26.64%

R = 33.56%
G = 39.79%
B = 26.64%

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

#61734D (or 0x61734D) is known color: Dingley. HEX triplet: 61, 73 and 4D. RGB value is (97,115,77). Sum of RGB (Red+Green+Blue) = 97+115+77=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #61734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61734D is #9E8CB2. Grayscale: #696969. Windows color (decimal): -10390707 or 5075809. OLE color: 5075809.

HSL color Cylindrical-coordinate representation of color #61734D: hue angle of 88.42º 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 #61734D is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 115 77 -
CMYK 0.16 0 0.33 0.55
HSL 88.42º 0.2% 0.38% -
HSV(B) 88.42º 0.33% 0.45% -
XYZ 12.4 15.34 9.33 -
YUV 105.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 97 115 77 0.16 0 0.33 0.55 88.42 0.2 0.38
Hex 61 73 4D 10 0 21 37 58 14 26
Octal 141 163 115 20 0 41 67 130 24 46
Binary 1100001 1110011 1001101 10000 0 100001 110111 1011000 10100 100110

Color Harmonies of #61734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61734D

Black with #61734D

Text Example


Text Example

White with #61734D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61734D;
 }
 .AnyTagClassName
 {
   color: #61734D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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