Html Css Color HEX #6E7455 Finch

📋 copy color: '#6E7455'

red 110 ◦ green 116 ◦ blue 85

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

Shades of Finch #6E7455

Tints of Finch #6E7455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.33%

R = 35.37%
G = 37.3%
B = 27.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#6E7455 (or 0x6E7455) is known color: Finch. HEX triplet: 6E, 74 and 55. RGB value is (110,116,85). Sum of RGB (Red+Green+Blue) = 110+116+85=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 116 - color contains mainly: green. Hex color #6E7455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7455 is #918BAA. Grayscale: #6E6E6E. Windows color (decimal): -9538475 or 5600366. OLE color: 5600366.

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

Color convert

RGB 110 116 85 -
CMYK 0.05 0 0.27 0.55
HSL 71.61º 0.15% 0.39% -
HSV(B) 71.61º 0.27% 0.45% -
XYZ 14.32 16.46 11.02 -
YUV 110.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 110 116 85 0.05 0 0.27 0.55 71.61 0.15 0.39
Hex 6E 74 55 5 0 1B 37 48 F 27
Octal 156 164 125 5 0 33 67 110 17 47
Binary 1101110 1110100 1010101 101 0 11011 110111 1001000 1111 100111

Color Harmonies of #6E7455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7455

Black with #6E7455

Text Example


Text Example

White with #6E7455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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