Html Css Color HEX #6F765A Finch

📋 copy color: '#6F765A'

red 111 ◦ green 118 ◦ blue 90

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

Shades of Finch #6F765A

Tints of Finch #6F765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.99%

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 34.8%
G = 36.99%
B = 28.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#6F765A (or 0x6F765A) is known color: Finch. HEX triplet: 6F, 76 and 5A. RGB value is (111,118,90). Sum of RGB (Red+Green+Blue) = 111+118+90=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 118 - color contains mainly: green. Hex color #6F765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F765A is #9089A5. Grayscale: #707070. Windows color (decimal): -9472422 or 5928559. OLE color: 5928559.

HSL color Cylindrical-coordinate representation of color #6F765A: hue angle of 75º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F765A is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 118 90 -
CMYK 0.06 0 0.24 0.54
HSL 75º 0.13% 0.41% -
HSV(B) 75º 0.24% 0.46% -
XYZ 14.88 17.07 12.18 -
YUV 112.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 111 118 90 0.06 0 0.24 0.54 75 0.13 0.41
Hex 6F 76 5A 6 0 18 36 4B D 29
Octal 157 166 132 6 0 30 66 113 15 51
Binary 1101111 1110110 1011010 110 0 11000 110110 1001011 1101 101001

Color Harmonies of #6F765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F765A

Black with #6F765A

Text Example


Text Example

White with #6F765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,118,90); }

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

background-color css

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

 a { background-color: rgb(111,118,90); }

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

border-color css

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

 span { border-color: rgb(111,118,90); }

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