Html Css Color HEX #6F735E Finch

📋 copy color: '#6F735E'

red 111 ◦ green 115 ◦ blue 94

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

Shades of Finch #6F735E

Tints of Finch #6F735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 34.69%
G = 35.94%
B = 29.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#6F735E (or 0x6F735E) is known color: Finch. HEX triplet: 6F, 73 and 5E. RGB value is (111,115,94). Sum of RGB (Red+Green+Blue) = 111+115+94=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 115 - color contains mainly: green. Hex color #6F735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F735E is #908CA1. Grayscale: #6F6F6F. Windows color (decimal): -9473186 or 6189935. OLE color: 6189935.

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

Color convert

RGB 111 115 94 -
CMYK 0.03 0 0.18 0.55
HSL 71.43º 0.1% 0.41% -
HSV(B) 71.43º 0.18% 0.45% -
XYZ 14.71 16.45 12.99 -
YUV 111.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 111 115 94 0.03 0 0.18 0.55 71.43 0.1 0.41
Hex 6F 73 5E 3 0 12 37 47 A 29
Octal 157 163 136 3 0 22 67 107 12 51
Binary 1101111 1110011 1011110 11 0 10010 110111 1000111 1010 101001

Color Harmonies of #6F735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F735E

Black with #6F735E

Text Example


Text Example

White with #6F735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,115,94); }

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

background-color css

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

 a { background-color: rgb(111,115,94); }

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

border-color css

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

 span { border-color: rgb(111,115,94); }

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