Html Css Color HEX #61744C Dingley

📋 copy color: '#61744C'

red 97 ◦ green 116 ◦ blue 76

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

Shades of Dingley #61744C

Tints of Dingley #61744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 33.56%
G = 40.14%
B = 26.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#61744C (or 0x61744C) is known color: Dingley. HEX triplet: 61, 74 and 4C. RGB value is (97,116,76). Sum of RGB (Red+Green+Blue) = 97+116+76=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #61744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61744C is #9E8BB3. Grayscale: #696969. Windows color (decimal): -10390452 or 5010529. OLE color: 5010529.

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

Color convert

RGB 97 116 76 -
CMYK 0.16 0 0.34 0.55
HSL 88.5º 0.21% 0.38% -
HSV(B) 88.5º 0.34% 0.45% -
XYZ 12.48 15.55 9.18 -
YUV 105.76 111.21 121.75 -
System Red Green Blue C M Y K H S L
Decimal 97 116 76 0.16 0 0.34 0.55 88.5 0.21 0.38
Hex 61 74 4C 10 0 22 37 58 15 26
Octal 141 164 114 20 0 42 67 130 25 46
Binary 1100001 1110100 1001100 10000 0 100010 110111 1011000 10101 100110

Color Harmonies of #61744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61744C

Black with #61744C

Text Example


Text Example

White with #61744C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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