Html Css Color HEX #6F7058 Finch

📋 copy color: '#6F7058'

red 111 ◦ green 112 ◦ blue 88

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

Shades of Finch #6F7058

Tints of Finch #6F7058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

 BLUE value IS 88 (34.77% from 255) = 28.3%

R = 35.69%
G = 36.01%
B = 28.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F7058 (or 0x6F7058) is known color: Finch. HEX triplet: 6F, 70 and 58. RGB value is (111,112,88). Sum of RGB (Red+Green+Blue) = 111+112+88=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7058 is #908FA7. Grayscale: #6D6D6D. Windows color (decimal): -9473960 or 5795951. OLE color: 5795951.

HSL color Cylindrical-coordinate representation of color #6F7058: hue angle of 62.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F7058 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 112 88 -
CMYK 0.01 0 0.21 0.56
HSL 62.5º 0.12% 0.39% -
HSV(B) 62.5º 0.21% 0.44% -
XYZ 14.11 15.67 11.51 -
YUV 108.97 116.17 129.45 -
System Red Green Blue C M Y K H S L
Decimal 111 112 88 0.01 0 0.21 0.56 62.5 0.12 0.39
Hex 6F 70 58 1 0 15 38 3F C 27
Octal 157 160 130 1 0 25 70 77 14 47
Binary 1101111 1110000 1011000 1 0 10101 111000 111111 1100 100111

Color Harmonies of #6F7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7058

Black with #6F7058

Text Example


Text Example

White with #6F7058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,88); }

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

background-color css

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

 a { background-color: rgb(111,112,88); }

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

border-color css

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

 span { border-color: rgb(111,112,88); }

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