Html Css Color HEX #6E705B Finch

📋 copy color: '#6E705B'

red 110 ◦ green 112 ◦ blue 91

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

Shades of Finch #6E705B

Tints of Finch #6E705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 35.14%
G = 35.78%
B = 29.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6E705B (or 0x6E705B) is known color: Finch. HEX triplet: 6E, 70 and 5B. RGB value is (110,112,91). Sum of RGB (Red+Green+Blue) = 110+112+91=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 112 - color contains mainly: green. Hex color #6E705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E705B is #918FA4. Grayscale: #6D6D6D. Windows color (decimal): -9539493 or 5992558. OLE color: 5992558.

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

Color convert

RGB 110 112 91 -
CMYK 0.02 0 0.19 0.56
HSL 65.71º 0.1% 0.4% -
HSV(B) 65.71º 0.19% 0.44% -
XYZ 14.11 15.66 12.18 -
YUV 109.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 110 112 91 0.02 0 0.19 0.56 65.71 0.1 0.4
Hex 6E 70 5B 2 0 13 38 42 A 28
Octal 156 160 133 2 0 23 70 102 12 50
Binary 1101110 1110000 1011011 10 0 10011 111000 1000010 1010 101000

Color Harmonies of #6E705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E705B

Black with #6E705B

Text Example


Text Example

White with #6E705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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