Html Css Color HEX #6A7A49 Dingley

📋 copy color: '#6A7A49'

red 106 ◦ green 122 ◦ blue 73

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

Shades of Dingley #6A7A49

Tints of Dingley #6A7A49

RGB

 RED value IS 106 (41.8% from 255) = 35.22%

 GREEN value IS 122 (48.05% from 255) = 40.53%

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

R = 35.22%
G = 40.53%
B = 24.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#6A7A49 (or 0x6A7A49) is known color: Dingley. HEX triplet: 6A, 7A and 49. RGB value is (106,122,73). Sum of RGB (Red+Green+Blue) = 106+122+73=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7A49 is #9585B6. Grayscale: #6F6F6F. Windows color (decimal): -9799095 or 4815466. OLE color: 4815466.

HSL color Cylindrical-coordinate representation of color #6A7A49: hue angle of 79.59º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A7A49 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 122 73 -
CMYK 0.13 0 0.40 0.52
HSL 79.59º 0.25% 0.38% -
HSV(B) 79.59º 0.4% 0.48% -
XYZ 14.11 17.46 8.93 -
YUV 111.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 106 122 73 0.13 0 0.40 0.52 79.59 0.25 0.38
Hex 6A 7A 49 D 0 28 34 50 19 26
Octal 152 172 111 15 0 50 64 120 31 46
Binary 1101010 1111010 1001001 1101 0 101000 110100 1010000 11001 100110

Color Harmonies of #6A7A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7A49

Black with #6A7A49

Text Example


Text Example

White with #6A7A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7A49; }

 p { color: rgb(106,122,73); }

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

background-color css

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

 a { background-color: rgb(106,122,73); }

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

border-color css

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

 span { border-color: rgb(106,122,73); }

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