Html Css Color HEX #6E7058 Finch

📋 copy color: '#6E7058'

red 110 ◦ green 112 ◦ blue 88

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

Shades of Finch #6E7058

Tints of Finch #6E7058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

 BLUE value IS 88 (34.77% from 255) = 28.39%

R = 35.48%
G = 36.13%
B = 28.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6E7058 (or 0x6E7058) is known color: Finch. HEX triplet: 6E, 70 and 58. RGB value is (110,112,88). Sum of RGB (Red+Green+Blue) = 110+112+88=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7058 is #918FA7. Grayscale: #6C6C6C. Windows color (decimal): -9539496 or 5795950. OLE color: 5795950.

HSL color Cylindrical-coordinate representation of color #6E7058: hue angle of 65º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E7058 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 112 88 -
CMYK 0.02 0 0.21 0.56
HSL 65º 0.12% 0.39% -
HSV(B) 65º 0.21% 0.44% -
XYZ 13.99 15.61 11.51 -
YUV 108.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 110 112 88 0.02 0 0.21 0.56 65 0.12 0.39
Hex 6E 70 58 2 0 15 38 41 C 27
Octal 156 160 130 2 0 25 70 101 14 47
Binary 1101110 1110000 1011000 10 0 10101 111000 1000001 1100 100111

Color Harmonies of #6E7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7058

Black with #6E7058

Text Example


Text Example

White with #6E7058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,112,88); }

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

background-color css

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

 a { background-color: rgb(110,112,88); }

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

border-color css

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

 span { border-color: rgb(110,112,88); }

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