Html Css Color HEX #6A7B49 Dingley

📋 copy color: '#6A7B49'

red 106 ◦ green 123 ◦ blue 73

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

Shades of Dingley #6A7B49

Tints of Dingley #6A7B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.73%

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

R = 35.1%
G = 40.73%
B = 24.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#6A7B49 (or 0x6A7B49) is known color: Dingley. HEX triplet: 6A, 7B and 49. RGB value is (106,123,73). Sum of RGB (Red+Green+Blue) = 106+123+73=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7B49 is #9584B6. Grayscale: #707070. Windows color (decimal): -9798839 or 4815722. OLE color: 4815722.

HSL color Cylindrical-coordinate representation of color #6A7B49: hue angle of 80.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A7B49 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 123 73 -
CMYK 0.14 0 0.41 0.52
HSL 80.4º 0.26% 0.38% -
HSV(B) 80.4º 0.41% 0.48% -
XYZ 14.23 17.71 8.97 -
YUV 112.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 106 123 73 0.14 0 0.41 0.52 80.4 0.26 0.38
Hex 6A 7B 49 E 0 29 34 50 1A 26
Octal 152 173 111 16 0 51 64 120 32 46
Binary 1101010 1111011 1001001 1110 0 101001 110100 1010000 11010 100110

Color Harmonies of #6A7B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7B49

Black with #6A7B49

Text Example


Text Example

White with #6A7B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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