Html Css Color HEX #6E7261 Finch

📋 copy color: '#6E7261'

red 110 ◦ green 114 ◦ blue 97

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

Shades of Finch #6E7261

Tints of Finch #6E7261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.51%

 BLUE value IS 97 (38.28% from 255) = 30.22%

R = 34.27%
G = 35.51%
B = 30.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#6E7261 (or 0x6E7261) is known color: Finch. HEX triplet: 6E, 72 and 61. RGB value is (110,114,97). Sum of RGB (Red+Green+Blue) = 110+114+97=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7261 is #918D9E. Grayscale: #6E6E6E. Windows color (decimal): -9538975 or 6386286. OLE color: 6386286.

HSL color Cylindrical-coordinate representation of color #6E7261: hue angle of 74.12º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E7261 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 114 97 -
CMYK 0.04 0 0.15 0.55
HSL 74.12º 0.08% 0.41% -
HSV(B) 74.12º 0.15% 0.45% -
XYZ 14.61 16.21 13.67 -
YUV 110.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 110 114 97 0.04 0 0.15 0.55 74.12 0.08 0.41
Hex 6E 72 61 4 0 F 37 4A 8 29
Octal 156 162 141 4 0 17 67 112 10 51
Binary 1101110 1110010 1100001 100 0 1111 110111 1001010 1000 101001

Color Harmonies of #6E7261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7261

Black with #6E7261

Text Example


Text Example

White with #6E7261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,114,97); }

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

background-color css

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

 a { background-color: rgb(110,114,97); }

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

border-color css

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

 span { border-color: rgb(110,114,97); }

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