Html Css Color HEX #61754D Dingley

📋 copy color: '#61754D'

red 97 ◦ green 117 ◦ blue 77

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

Shades of Dingley #61754D

Tints of Dingley #61754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.21%

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

R = 33.33%
G = 40.21%
B = 26.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#61754D (or 0x61754D) is known color: Dingley. HEX triplet: 61, 75 and 4D. RGB value is (97,117,77). Sum of RGB (Red+Green+Blue) = 97+117+77=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #61754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61754D is #9E8AB2. Grayscale: #6A6A6A. Windows color (decimal): -10390195 or 5076321. OLE color: 5076321.

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

Color convert

RGB 97 117 77 -
CMYK 0.17 0 0.34 0.54
HSL 90º 0.21% 0.38% -
HSV(B) 90º 0.34% 0.46% -
XYZ 12.63 15.8 9.41 -
YUV 106.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 97 117 77 0.17 0 0.34 0.54 90 0.21 0.38
Hex 61 75 4D 11 0 22 36 5A 15 26
Octal 141 165 115 21 0 42 66 132 25 46
Binary 1100001 1110101 1001101 10001 0 100010 110110 1011010 10101 100110

Color Harmonies of #61754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61754D

Black with #61754D

Text Example


Text Example

White with #61754D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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