Html Css Color HEX #6B6C62 Finch

📋 copy color: '#6B6C62'

red 107 ◦ green 108 ◦ blue 98

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

Shades of Finch #6B6C62

Tints of Finch #6B6C62

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.5%

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

R = 34.19%
G = 34.5%
B = 31.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6B6C62 (or 0x6B6C62) is known color: Finch. HEX triplet: 6B, 6C and 62. RGB value is (107,108,98). Sum of RGB (Red+Green+Blue) = 107+108+98=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 108 - color contains mainly: green. Hex color #6B6C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6C62 is #94939D. Grayscale: #6A6A6A. Windows color (decimal): -9737118 or 6450283. OLE color: 6450283.

HSL color Cylindrical-coordinate representation of color #6B6C62: hue angle of 66º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B6C62 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 108 98 -
CMYK 0.01 0 0.09 0.58
HSL 66º 0.05% 0.4% -
HSV(B) 66º 0.09% 0.42% -
XYZ 13.63 14.73 13.68 -
YUV 106.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 107 108 98 0.01 0 0.09 0.58 66 0.05 0.4
Hex 6B 6C 62 1 0 9 3A 42 5 28
Octal 153 154 142 1 0 11 72 102 5 50
Binary 1101011 1101100 1100010 1 0 1001 111010 1000010 101 101000

Color Harmonies of #6B6C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6C62

Black with #6B6C62

Text Example


Text Example

White with #6B6C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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