Html Css Color HEX #6E7260 Finch

📋 copy color: '#6E7260'

red 110 ◦ green 114 ◦ blue 96

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

Shades of Finch #6E7260

Tints of Finch #6E7260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30%

R = 34.38%
G = 35.63%
B = 30%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#6E7260 (or 0x6E7260) is known color: Finch. HEX triplet: 6E, 72 and 60. RGB value is (110,114,96). Sum of RGB (Red+Green+Blue) = 110+114+96=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7260 is #918D9F. Grayscale: #6E6E6E. Windows color (decimal): -9538976 or 6320750. OLE color: 6320750.

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

Color convert

RGB 110 114 96 -
CMYK 0.04 0 0.16 0.55
HSL 73.33º 0.09% 0.41% -
HSV(B) 73.33º 0.16% 0.45% -
XYZ 14.56 16.19 13.42 -
YUV 110.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 110 114 96 0.04 0 0.16 0.55 73.33 0.09 0.41
Hex 6E 72 60 4 0 10 37 49 9 29
Octal 156 162 140 4 0 20 67 111 11 51
Binary 1101110 1110010 1100000 100 0 10000 110111 1001001 1001 101001

Color Harmonies of #6E7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7260

Black with #6E7260

Text Example


Text Example

White with #6E7260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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