Html Css Color HEX #6F725C Finch

📋 copy color: '#6F725C'

red 111 ◦ green 114 ◦ blue 92

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

Shades of Finch #6F725C

Tints of Finch #6F725C

RGB

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

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

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

R = 35.02%
G = 35.96%
B = 29.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#6F725C (or 0x6F725C) is known color: Finch. HEX triplet: 6F, 72 and 5C. RGB value is (111,114,92). Sum of RGB (Red+Green+Blue) = 111+114+92=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #6F725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F725C is #908DA3. Grayscale: #6E6E6E. Windows color (decimal): -9473444 or 6058607. OLE color: 6058607.

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

Color convert

RGB 111 114 92 -
CMYK 0.03 0 0.19 0.55
HSL 68.18º 0.11% 0.4% -
HSV(B) 68.18º 0.19% 0.45% -
XYZ 14.5 16.19 12.49 -
YUV 110.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 111 114 92 0.03 0 0.19 0.55 68.18 0.11 0.4
Hex 6F 72 5C 3 0 13 37 44 B 28
Octal 157 162 134 3 0 23 67 104 13 50
Binary 1101111 1110010 1011100 11 0 10011 110111 1000100 1011 101000

Color Harmonies of #6F725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F725C

Black with #6F725C

Text Example


Text Example

White with #6F725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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