Html Css Color HEX #6F7267 Finch

📋 copy color: '#6F7267'

red 111 ◦ green 114 ◦ blue 103

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

Shades of Finch #6F7267

Tints of Finch #6F7267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.4%

R = 33.84%
G = 34.76%
B = 31.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#6F7267 (or 0x6F7267) is known color: Finch. HEX triplet: 6F, 72 and 67. RGB value is (111,114,103). Sum of RGB (Red+Green+Blue) = 111+114+103=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7267 is #908D98. Grayscale: #6F6F6F. Windows color (decimal): -9473433 or 6779503. OLE color: 6779503.

HSL color Cylindrical-coordinate representation of color #6F7267: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F7267 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 114 103 -
CMYK 0.03 0 0.10 0.55
HSL 76.36º 0.05% 0.43% -
HSV(B) 76.36º 0.1% 0.45% -
XYZ 15.02 16.39 15.2 -
YUV 111.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 111 114 103 0.03 0 0.10 0.55 76.36 0.05 0.43
Hex 6F 72 67 3 0 A 37 4C 5 2B
Octal 157 162 147 3 0 12 67 114 5 53
Binary 1101111 1110010 1100111 11 0 1010 110111 1001100 101 101011

Color Harmonies of #6F7267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7267

Black with #6F7267

Text Example


Text Example

White with #6F7267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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