Html Css Color HEX #6E7A51 Finch

📋 copy color: '#6E7A51'

red 110 ◦ green 122 ◦ blue 81

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

Shades of Finch #6E7A51

Tints of Finch #6E7A51

RGB

 RED value IS 110 (43.36% from 255) = 35.14%

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

 BLUE value IS 81 (32.03% from 255) = 25.88%

R = 35.14%
G = 38.98%
B = 25.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#6E7A51 (or 0x6E7A51) is known color: Finch. HEX triplet: 6E, 7A and 51. RGB value is (110,122,81). Sum of RGB (Red+Green+Blue) = 110+122+81=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7A51 is #9185AE. Grayscale: #717171. Windows color (decimal): -9536943 or 5339758. OLE color: 5339758.

HSL color Cylindrical-coordinate representation of color #6E7A51: hue angle of 77.56º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E7A51 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 110 122 81 -
CMYK 0.10 0 0.34 0.52
HSL 77.56º 0.2% 0.4% -
HSV(B) 77.56º 0.34% 0.48% -
XYZ 14.88 17.83 10.44 -
YUV 113.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 110 122 81 0.10 0 0.34 0.52 77.56 0.2 0.4
Hex 6E 7A 51 A 0 22 34 4E 14 28
Octal 156 172 121 12 0 42 64 116 24 50
Binary 1101110 1111010 1010001 1010 0 100010 110100 1001110 10100 101000

Color Harmonies of #6E7A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7A51

Black with #6E7A51

Text Example


Text Example

White with #6E7A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,122,81); }

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

background-color css

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

 a { background-color: rgb(110,122,81); }

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

border-color css

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

 span { border-color: rgb(110,122,81); }

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