Html Css Color HEX #6F715B Finch

📋 copy color: '#6F715B'

red 111 ◦ green 113 ◦ blue 91

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

Shades of Finch #6F715B

Tints of Finch #6F715B

RGB

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

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

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

R = 35.24%
G = 35.87%
B = 28.89%

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

#6F715B (or 0x6F715B) is known color: Finch. HEX triplet: 6F, 71 and 5B. RGB value is (111,113,91). Sum of RGB (Red+Green+Blue) = 111+113+91=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 113 - color contains mainly: green. Hex color #6F715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F715B is #908EA4. Grayscale: #6D6D6D. Windows color (decimal): -9473701 or 5992815. OLE color: 5992815.

HSL color Cylindrical-coordinate representation of color #6F715B: hue angle of 65.45º degrees, saturation: 0.11, 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 #6F715B is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 113 91 -
CMYK 0.02 0 0.19 0.56
HSL 65.45º 0.11% 0.4% -
HSV(B) 65.45º 0.19% 0.44% -
XYZ 14.35 15.95 12.22 -
YUV 109.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 111 113 91 0.02 0 0.19 0.56 65.45 0.11 0.4
Hex 6F 71 5B 2 0 13 38 41 B 28
Octal 157 161 133 2 0 23 70 101 13 50
Binary 1101111 1110001 1011011 10 0 10011 111000 1000001 1011 101000

Color Harmonies of #6F715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F715B

Black with #6F715B

Text Example


Text Example

White with #6F715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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