Html Css Color HEX #6B6E62 Finch

📋 copy color: '#6B6E62'

red 107 ◦ green 110 ◦ blue 98

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

Shades of Finch #6B6E62

Tints of Finch #6B6E62

RGB

 RED value IS 107 (42.19% from 255) = 33.97%

 GREEN value IS 110 (43.36% from 255) = 34.92%

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

R = 33.97%
G = 34.92%
B = 31.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6B6E62 (or 0x6B6E62) is known color: Finch. HEX triplet: 6B, 6E and 62. RGB value is (107,110,98). Sum of RGB (Red+Green+Blue) = 107+110+98=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 110 - color contains mainly: green. Hex color #6B6E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6E62 is #94919D. Grayscale: #6B6B6B. Windows color (decimal): -9736606 or 6450795. OLE color: 6450795.

HSL color Cylindrical-coordinate representation of color #6B6E62: hue angle of 75º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B6E62 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 110 98 -
CMYK 0.03 0 0.11 0.57
HSL 75º 0.06% 0.41% -
HSV(B) 75º 0.11% 0.43% -
XYZ 13.84 15.16 13.75 -
YUV 107.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 107 110 98 0.03 0 0.11 0.57 75 0.06 0.41
Hex 6B 6E 62 3 0 B 39 4B 6 29
Octal 153 156 142 3 0 13 71 113 6 51
Binary 1101011 1101110 1100010 11 0 1011 111001 1001011 110 101001

Color Harmonies of #6B6E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6E62

Black with #6B6E62

Text Example


Text Example

White with #6B6E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,110,98); }

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

background-color css

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

 a { background-color: rgb(107,110,98); }

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

border-color css

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

 span { border-color: rgb(107,110,98); }

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