Html Css Color HEX #6F7156 Finch

📋 copy color: '#6F7156'

red 111 ◦ green 113 ◦ blue 86

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

Shades of Finch #6F7156

Tints of Finch #6F7156

RGB

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

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

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

R = 35.81%
G = 36.45%
B = 27.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6F7156 (or 0x6F7156) is known color: Finch. HEX triplet: 6F, 71 and 56. RGB value is (111,113,86). Sum of RGB (Red+Green+Blue) = 111+113+86=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7156 is #908EA9. Grayscale: #6D6D6D. Windows color (decimal): -9473706 or 5665135. OLE color: 5665135.

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

Color convert

RGB 111 113 86 -
CMYK 0.02 0 0.24 0.56
HSL 64.44º 0.14% 0.39% -
HSV(B) 64.44º 0.24% 0.44% -
XYZ 14.14 15.86 11.12 -
YUV 109.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 111 113 86 0.02 0 0.24 0.56 64.44 0.14 0.39
Hex 6F 71 56 2 0 18 38 40 E 27
Octal 157 161 126 2 0 30 70 100 16 47
Binary 1101111 1110001 1010110 10 0 11000 111000 1000000 1110 100111

Color Harmonies of #6F7156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7156

Black with #6F7156

Text Example


Text Example

White with #6F7156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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