Html Css Color HEX #6F715E Finch

📋 copy color: '#6F715E'

red 111 ◦ green 113 ◦ blue 94

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

Shades of Finch #6F715E

Tints of Finch #6F715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.53%

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

R = 34.91%
G = 35.53%
B = 29.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F715E (or 0x6F715E) is known color: Finch. HEX triplet: 6F, 71 and 5E. RGB value is (111,113,94). Sum of RGB (Red+Green+Blue) = 111+113+94=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 113 - color contains mainly: green. Hex color #6F715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F715E is #908EA1. Grayscale: #6E6E6E. Windows color (decimal): -9473698 or 6189423. OLE color: 6189423.

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

Color convert

RGB 111 113 94 -
CMYK 0.02 0 0.17 0.56
HSL 66.32º 0.09% 0.41% -
HSV(B) 66.32º 0.17% 0.44% -
XYZ 14.48 16 12.91 -
YUV 110.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 111 113 94 0.02 0 0.17 0.56 66.32 0.09 0.41
Hex 6F 71 5E 2 0 11 38 42 9 29
Octal 157 161 136 2 0 21 70 102 11 51
Binary 1101111 1110001 1011110 10 0 10001 111000 1000010 1001 101001

Color Harmonies of #6F715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F715E

Black with #6F715E

Text Example


Text Example

White with #6F715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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