Html Css Color HEX #658249 Dingley

📋 copy color: '#658249'

red 101 ◦ green 130 ◦ blue 73

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

Shades of Dingley #658249

Tints of Dingley #658249

RGB

 RED value IS 101 (39.84% from 255) = 33.22%

 GREEN value IS 130 (51.17% from 255) = 42.76%

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 33.22%
G = 42.76%
B = 24.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#658249 (or 0x658249) is known color: Dingley. HEX triplet: 65, 82 and 49. RGB value is (101,130,73). Sum of RGB (Red+Green+Blue) = 101+130+73=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #658249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658249 is #9A7DB6. Grayscale: #737373. Windows color (decimal): -10124727 or 4817509. OLE color: 4817509.

HSL color Cylindrical-coordinate representation of color #658249: hue angle of 90.53º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #658249 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 73 -
CMYK 0.22 0 0.44 0.49
HSL 90.53º 0.28% 0.4% -
HSV(B) 90.53º 0.44% 0.51% -
XYZ 14.55 19.21 9.24 -
YUV 114.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 101 130 73 0.22 0 0.44 0.49 90.53 0.28 0.4
Hex 65 82 49 16 0 2C 31 5B 1C 28
Octal 145 202 111 26 0 54 61 133 34 50
Binary 1100101 10000010 1001001 10110 0 101100 110001 1011011 11100 101000

Color Harmonies of #658249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658249

Black with #658249

Text Example


Text Example

White with #658249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658249; }

 p { color: rgb(101,130,73); }

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

background-color css

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

 a { background-color: rgb(101,130,73); }

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

border-color css

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

 span { border-color: rgb(101,130,73); }

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