Html Css Color HEX #658A49 Dingley

📋 copy color: '#658A49'

red 101 ◦ green 138 ◦ blue 73

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

Shades of Dingley #658A49

Tints of Dingley #658A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.23%

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

R = 32.37%
G = 44.23%
B = 23.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#658A49 (or 0x658A49) is known color: Dingley. HEX triplet: 65, 8A and 49. RGB value is (101,138,73). Sum of RGB (Red+Green+Blue) = 101+138+73=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #658A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658A49 is #9A75B6. Grayscale: #777777. Windows color (decimal): -10122679 or 4819557. OLE color: 4819557.

HSL color Cylindrical-coordinate representation of color #658A49: hue angle of 94.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #658A49 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 138 73 -
CMYK 0.27 0 0.47 0.46
HSL 94.15º 0.31% 0.41% -
HSV(B) 94.15º 0.47% 0.54% -
XYZ 15.66 21.42 9.61 -
YUV 119.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 101 138 73 0.27 0 0.47 0.46 94.15 0.31 0.41
Hex 65 8A 49 1B 0 2F 2E 5E 1F 29
Octal 145 212 111 33 0 57 56 136 37 51
Binary 1100101 10001010 1001001 11011 0 101111 101110 1011110 11111 101001

Color Harmonies of #658A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658A49

Black with #658A49

Text Example


Text Example

White with #658A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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