Html Css Color HEX #6A7F49 Dingley

📋 copy color: '#6A7F49'

red 106 ◦ green 127 ◦ blue 73

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

Shades of Dingley #6A7F49

Tints of Dingley #6A7F49

RGB

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

 GREEN value IS 127 (50% from 255) = 41.5%

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

R = 34.64%
G = 41.5%
B = 23.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#6A7F49 (or 0x6A7F49) is known color: Dingley. HEX triplet: 6A, 7F and 49. RGB value is (106,127,73). Sum of RGB (Red+Green+Blue) = 106+127+73=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 127 - color contains mainly: green. Hex color #6A7F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7F49 is #9580B6. Grayscale: #727272. Windows color (decimal): -9797815 or 4816746. OLE color: 4816746.

HSL color Cylindrical-coordinate representation of color #6A7F49: hue angle of 83.33º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A7F49 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 127 73 -
CMYK 0.17 0 0.43 0.50
HSL 83.33º 0.27% 0.39% -
HSV(B) 83.33º 0.43% 0.5% -
XYZ 14.74 18.72 9.14 -
YUV 114.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 106 127 73 0.17 0 0.43 0.50 83.33 0.27 0.39
Hex 6A 7F 49 11 0 2B 32 53 1B 27
Octal 152 177 111 21 0 53 62 123 33 47
Binary 1101010 1111111 1001001 10001 0 101011 110010 1010011 11011 100111

Color Harmonies of #6A7F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7F49

Black with #6A7F49

Text Example


Text Example

White with #6A7F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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