Html Css Color HEX #6F7462 Finch

📋 copy color: '#6F7462'

red 111 ◦ green 116 ◦ blue 98

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

Shades of Finch #6F7462

Tints of Finch #6F7462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 34.15%
G = 35.69%
B = 30.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#6F7462 (or 0x6F7462) is known color: Finch. HEX triplet: 6F, 74 and 62. RGB value is (111,116,98). Sum of RGB (Red+Green+Blue) = 111+116+98=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 116 - color contains mainly: green. Hex color #6F7462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7462 is #908B9D. Grayscale: #707070. Windows color (decimal): -9472926 or 6452335. OLE color: 6452335.

HSL color Cylindrical-coordinate representation of color #6F7462: hue angle of 76.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F7462 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 116 98 -
CMYK 0.04 0 0.16 0.55
HSL 76.67º 0.08% 0.42% -
HSV(B) 76.67º 0.16% 0.45% -
XYZ 15.01 16.75 14 -
YUV 112.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 111 116 98 0.04 0 0.16 0.55 76.67 0.08 0.42
Hex 6F 74 62 4 0 10 37 4D 8 2A
Octal 157 164 142 4 0 20 67 115 10 52
Binary 1101111 1110100 1100010 100 0 10000 110111 1001101 1000 101010

Color Harmonies of #6F7462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7462

Black with #6F7462

Text Example


Text Example

White with #6F7462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,116,98); }

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

background-color css

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

 a { background-color: rgb(111,116,98); }

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

border-color css

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

 span { border-color: rgb(111,116,98); }

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