Html Css Color HEX #6B6C63 Finch

📋 copy color: '#6B6C63'

red 107 ◦ green 108 ◦ blue 99

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

Shades of Finch #6B6C63

Tints of Finch #6B6C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 34.08%
G = 34.39%
B = 31.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6B6C63 (or 0x6B6C63) is known color: Finch. HEX triplet: 6B, 6C and 63. RGB value is (107,108,99). Sum of RGB (Red+Green+Blue) = 107+108+99=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 108 - color contains mainly: green. Hex color #6B6C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6C63 is #94939C. Grayscale: #6A6A6A. Windows color (decimal): -9737117 or 6515819. OLE color: 6515819.

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

Color convert

RGB 107 108 99 -
CMYK 0.01 0 0.08 0.58
HSL 66.67º 0.04% 0.41% -
HSV(B) 66.67º 0.08% 0.42% -
XYZ 13.68 14.75 13.93 -
YUV 106.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 107 108 99 0.01 0 0.08 0.58 66.67 0.04 0.41
Hex 6B 6C 63 1 0 8 3A 43 4 29
Octal 153 154 143 1 0 10 72 103 4 51
Binary 1101011 1101100 1100011 1 0 1000 111010 1000011 100 101001

Color Harmonies of #6B6C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6C63

Black with #6B6C63

Text Example


Text Example

White with #6B6C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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