Html Css Color HEX #6F725E Finch

📋 copy color: '#6F725E'

red 111 ◦ green 114 ◦ blue 94

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

Shades of Finch #6F725E

Tints of Finch #6F725E

RGB

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

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

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

R = 34.8%
G = 35.74%
B = 29.47%

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

#6F725E (or 0x6F725E) is known color: Finch. HEX triplet: 6F, 72 and 5E. RGB value is (111,114,94). Sum of RGB (Red+Green+Blue) = 111+114+94=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 114 - color contains mainly: green. Hex color #6F725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F725E is #908DA1. Grayscale: #6E6E6E. Windows color (decimal): -9473442 or 6189679. OLE color: 6189679.

HSL color Cylindrical-coordinate representation of color #6F725E: hue angle of 69º 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 #6F725E is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 114 94 -
CMYK 0.03 0 0.18 0.55
HSL 69º 0.1% 0.41% -
HSV(B) 69º 0.18% 0.45% -
XYZ 14.59 16.22 12.95 -
YUV 110.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 111 114 94 0.03 0 0.18 0.55 69 0.1 0.41
Hex 6F 72 5E 3 0 12 37 45 A 29
Octal 157 162 136 3 0 22 67 105 12 51
Binary 1101111 1110010 1011110 11 0 10010 110111 1000101 1010 101001

Color Harmonies of #6F725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F725E

Black with #6F725E

Text Example


Text Example

White with #6F725E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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