Html Css Color HEX #6F705D Finch

📋 copy color: '#6F705D'

red 111 ◦ green 112 ◦ blue 93

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

Shades of Finch #6F705D

Tints of Finch #6F705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 35.13%
G = 35.44%
B = 29.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F705D (or 0x6F705D) is known color: Finch. HEX triplet: 6F, 70 and 5D. RGB value is (111,112,93). Sum of RGB (Red+Green+Blue) = 111+112+93=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #6F705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F705D is #908FA2. Grayscale: #6D6D6D. Windows color (decimal): -9473955 or 6123631. OLE color: 6123631.

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

Color convert

RGB 111 112 93 -
CMYK 0.01 0 0.17 0.56
HSL 63.16º 0.09% 0.4% -
HSV(B) 63.16º 0.17% 0.44% -
XYZ 14.33 15.76 12.64 -
YUV 109.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 111 112 93 0.01 0 0.17 0.56 63.16 0.09 0.4
Hex 6F 70 5D 1 0 11 38 3F 9 28
Octal 157 160 135 1 0 21 70 77 11 50
Binary 1101111 1110000 1011101 1 0 10001 111000 111111 1001 101000

Color Harmonies of #6F705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F705D

Black with #6F705D

Text Example


Text Example

White with #6F705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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