Html Css Color HEX #6B6D63 Finch

📋 copy color: '#6B6D63'

red 107 ◦ green 109 ◦ blue 99

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

Shades of Finch #6B6D63

Tints of Finch #6B6D63

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.6%

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

R = 33.97%
G = 34.6%
B = 31.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#6B6D63 (or 0x6B6D63) is known color: Finch. HEX triplet: 6B, 6D and 63. RGB value is (107,109,99). Sum of RGB (Red+Green+Blue) = 107+109+99=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D63 is #94929C. Grayscale: #6B6B6B. Windows color (decimal): -9736861 or 6516075. OLE color: 6516075.

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

Color convert

RGB 107 109 99 -
CMYK 0.02 0 0.09 0.57
HSL 72º 0.05% 0.41% -
HSV(B) 72º 0.09% 0.43% -
XYZ 13.78 14.96 13.97 -
YUV 107.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 107 109 99 0.02 0 0.09 0.57 72 0.05 0.41
Hex 6B 6D 63 2 0 9 39 48 5 29
Octal 153 155 143 2 0 11 71 110 5 51
Binary 1101011 1101101 1100011 10 0 1001 111001 1001000 101 101001

Color Harmonies of #6B6D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6D63

Black with #6B6D63

Text Example


Text Example

White with #6B6D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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