Html Css Color HEX #6E7457 Finch

📋 copy color: '#6E7457'

red 110 ◦ green 116 ◦ blue 87

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

Shades of Finch #6E7457

Tints of Finch #6E7457

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.06%

 BLUE value IS 87 (34.38% from 255) = 27.8%

R = 35.14%
G = 37.06%
B = 27.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#6E7457 (or 0x6E7457) is known color: Finch. HEX triplet: 6E, 74 and 57. RGB value is (110,116,87). Sum of RGB (Red+Green+Blue) = 110+116+87=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 116 - color contains mainly: green. Hex color #6E7457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7457 is #918BA8. Grayscale: #6F6F6F. Windows color (decimal): -9538473 or 5731438. OLE color: 5731438.

HSL color Cylindrical-coordinate representation of color #6E7457: hue angle of 72.41º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E7457 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 116 87 -
CMYK 0.05 0 0.25 0.55
HSL 72.41º 0.14% 0.4% -
HSV(B) 72.41º 0.25% 0.45% -
XYZ 14.4 16.49 11.44 -
YUV 110.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 110 116 87 0.05 0 0.25 0.55 72.41 0.14 0.4
Hex 6E 74 57 5 0 19 37 48 E 28
Octal 156 164 127 5 0 31 67 110 16 50
Binary 1101110 1110100 1010111 101 0 11001 110111 1001000 1110 101000

Color Harmonies of #6E7457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7457

Black with #6E7457

Text Example


Text Example

White with #6E7457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,116,87); }

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

background-color css

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

 a { background-color: rgb(110,116,87); }

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

border-color css

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

 span { border-color: rgb(110,116,87); }

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