Html Css Color HEX #6F7556 Finch

📋 copy color: '#6F7556'

red 111 ◦ green 117 ◦ blue 86

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

Shades of Finch #6F7556

Tints of Finch #6F7556

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

 BLUE value IS 86 (33.98% from 255) = 27.39%

R = 35.35%
G = 37.26%
B = 27.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#6F7556 (or 0x6F7556) is known color: Finch. HEX triplet: 6F, 75 and 56. RGB value is (111,117,86). Sum of RGB (Red+Green+Blue) = 111+117+86=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #6F7556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7556 is #908AA9. Grayscale: #6F6F6F. Windows color (decimal): -9472682 or 5666159. OLE color: 5666159.

HSL color Cylindrical-coordinate representation of color #6F7556: hue angle of 71.61º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F7556 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 117 86 -
CMYK 0.05 0 0.26 0.54
HSL 71.61º 0.15% 0.4% -
HSV(B) 71.61º 0.26% 0.46% -
XYZ 14.6 16.77 11.27 -
YUV 111.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 111 117 86 0.05 0 0.26 0.54 71.61 0.15 0.4
Hex 6F 75 56 5 0 1A 36 48 F 28
Octal 157 165 126 5 0 32 66 110 17 50
Binary 1101111 1110101 1010110 101 0 11010 110110 1001000 1111 101000

Color Harmonies of #6F7556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7556

Black with #6F7556

Text Example


Text Example

White with #6F7556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,117,86); }

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

background-color css

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

 a { background-color: rgb(111,117,86); }

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

border-color css

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

 span { border-color: rgb(111,117,86); }

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