Html Css Color HEX #6F7260 Finch

📋 copy color: '#6F7260'

red 111 ◦ green 114 ◦ blue 96

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

Shades of Finch #6F7260

Tints of Finch #6F7260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.51%

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 34.58%
G = 35.51%
B = 29.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#6F7260 (or 0x6F7260) is known color: Finch. HEX triplet: 6F, 72 and 60. RGB value is (111,114,96). Sum of RGB (Red+Green+Blue) = 111+114+96=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7260 is #908D9F. Grayscale: #6F6F6F. Windows color (decimal): -9473440 or 6320751. OLE color: 6320751.

HSL color Cylindrical-coordinate representation of color #6F7260: hue angle of 70º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F7260 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 114 96 -
CMYK 0.03 0 0.16 0.55
HSL 70º 0.09% 0.41% -
HSV(B) 70º 0.16% 0.45% -
XYZ 14.68 16.26 13.43 -
YUV 111.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 111 114 96 0.03 0 0.16 0.55 70 0.09 0.41
Hex 6F 72 60 3 0 10 37 46 9 29
Octal 157 162 140 3 0 20 67 106 11 51
Binary 1101111 1110010 1100000 11 0 10000 110111 1000110 1001 101001

Color Harmonies of #6F7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7260

Black with #6F7260

Text Example


Text Example

White with #6F7260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,114,96); }

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

background-color css

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

 a { background-color: rgb(111,114,96); }

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

border-color css

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

 span { border-color: rgb(111,114,96); }

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