Html Css Color HEX #6F705E Finch

📋 copy color: '#6F705E'

red 111 ◦ green 112 ◦ blue 94

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

Shades of Finch #6F705E

Tints of Finch #6F705E

RGB

 RED value IS 111 (43.75% from 255) = 35.02%

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

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 35.02%
G = 35.33%
B = 29.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F705E (or 0x6F705E) is known color: Finch. HEX triplet: 6F, 70 and 5E. RGB value is (111,112,94). Sum of RGB (Red+Green+Blue) = 111+112+94=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 112 - color contains mainly: green. Hex color #6F705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F705E is #908FA1. Grayscale: #6D6D6D. Windows color (decimal): -9473954 or 6189167. OLE color: 6189167.

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

Color convert

RGB 111 112 94 -
CMYK 0.01 0 0.16 0.56
HSL 63.33º 0.09% 0.4% -
HSV(B) 63.33º 0.16% 0.44% -
XYZ 14.37 15.78 12.88 -
YUV 109.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 111 112 94 0.01 0 0.16 0.56 63.33 0.09 0.4
Hex 6F 70 5E 1 0 10 38 3F 9 28
Octal 157 160 136 1 0 20 70 77 11 50
Binary 1101111 1110000 1011110 1 0 10000 111000 111111 1001 101000

Color Harmonies of #6F705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F705E

Black with #6F705E

Text Example


Text Example

White with #6F705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,94); }

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

background-color css

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

 a { background-color: rgb(111,112,94); }

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

border-color css

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

 span { border-color: rgb(111,112,94); }

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