Html Css Color HEX #6F7356 Finch

📋 copy color: '#6F7356'

red 111 ◦ green 115 ◦ blue 86

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

Shades of Finch #6F7356

Tints of Finch #6F7356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.86%

 BLUE value IS 86 (33.98% from 255) = 27.56%

R = 35.58%
G = 36.86%
B = 27.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#6F7356 (or 0x6F7356) is known color: Finch. HEX triplet: 6F, 73 and 56. RGB value is (111,115,86). Sum of RGB (Red+Green+Blue) = 111+115+86=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7356 is #908CA9. Grayscale: #6E6E6E. Windows color (decimal): -9473194 or 5665647. OLE color: 5665647.

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

Color convert

RGB 111 115 86 -
CMYK 0.03 0 0.25 0.55
HSL 68.28º 0.14% 0.39% -
HSV(B) 68.28º 0.25% 0.45% -
XYZ 14.37 16.31 11.2 -
YUV 110.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 111 115 86 0.03 0 0.25 0.55 68.28 0.14 0.39
Hex 6F 73 56 3 0 19 37 44 E 27
Octal 157 163 126 3 0 31 67 104 16 47
Binary 1101111 1110011 1010110 11 0 11001 110111 1000100 1110 100111

Color Harmonies of #6F7356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7356

Black with #6F7356

Text Example


Text Example

White with #6F7356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,115,86); }

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

background-color css

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

 a { background-color: rgb(111,115,86); }

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

border-color css

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

 span { border-color: rgb(111,115,86); }

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