Html Css Color HEX #6F755C Finch

📋 copy color: '#6F755C'

red 111 ◦ green 117 ◦ blue 92

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

Shades of Finch #6F755C

Tints of Finch #6F755C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 34.69%
G = 36.56%
B = 28.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#6F755C (or 0x6F755C) is known color: Finch. HEX triplet: 6F, 75 and 5C. RGB value is (111,117,92). Sum of RGB (Red+Green+Blue) = 111+117+92=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #6F755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F755C is #908AA3. Grayscale: #707070. Windows color (decimal): -9472676 or 6059375. OLE color: 6059375.

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

Color convert

RGB 111 117 92 -
CMYK 0.05 0 0.21 0.54
HSL 74.4º 0.12% 0.41% -
HSV(B) 74.4º 0.21% 0.46% -
XYZ 14.85 16.87 12.6 -
YUV 112.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 111 117 92 0.05 0 0.21 0.54 74.4 0.12 0.41
Hex 6F 75 5C 5 0 15 36 4A C 29
Octal 157 165 134 5 0 25 66 112 14 51
Binary 1101111 1110101 1011100 101 0 10101 110110 1001010 1100 101001

Color Harmonies of #6F755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F755C

Black with #6F755C

Text Example


Text Example

White with #6F755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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