Html Css Color HEX #61764A Dingley

📋 copy color: '#61764A'

red 97 ◦ green 118 ◦ blue 74

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

Shades of Dingley #61764A

Tints of Dingley #61764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.83%

 BLUE value IS 74 (29.3% from 255) = 25.61%

R = 33.56%
G = 40.83%
B = 25.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#61764A (or 0x61764A) is known color: Dingley. HEX triplet: 61, 76 and 4A. RGB value is (97,118,74). Sum of RGB (Red+Green+Blue) = 97+118+74=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #61764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61764A is #9E89B5. Grayscale: #6A6A6A. Windows color (decimal): -10389942 or 4879969. OLE color: 4879969.

HSL color Cylindrical-coordinate representation of color #61764A: hue angle of 88.64º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61764A is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 118 74 -
CMYK 0.18 0 0.37 0.54
HSL 88.64º 0.23% 0.38% -
HSV(B) 88.64º 0.37% 0.46% -
XYZ 12.64 15.99 8.9 -
YUV 106.71 109.54 121.08 -
System Red Green Blue C M Y K H S L
Decimal 97 118 74 0.18 0 0.37 0.54 88.64 0.23 0.38
Hex 61 76 4A 12 0 25 36 59 17 26
Octal 141 166 112 22 0 45 66 131 27 46
Binary 1100001 1110110 1001010 10010 0 100101 110110 1011001 10111 100110

Color Harmonies of #61764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61764A

Black with #61764A

Text Example


Text Example

White with #61764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61764A; }

 p { color: rgb(97,118,74); }

 H1.HeaderClassName
 {
   color: #61764A;
 }
 .AnyTagClassName
 {
   color: #61764A;
 }
</style>

background-color css

<style>
 a { background-color: #61764A; }

 a { background-color: rgb(97,118,74); }

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

border-color css

<style>
 span { border-color: #61764A; }

 span { border-color: rgb(97,118,74); }

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