Html Css Color HEX #6A6B64 Finch

📋 copy color: '#6A6B64'

red 106 ◦ green 107 ◦ blue 100

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

Shades of Finch #6A6B64

Tints of Finch #6A6B64

RGB

 RED value IS 106 (41.8% from 255) = 33.87%

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

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 33.87%
G = 34.19%
B = 31.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6A6B64 (or 0x6A6B64) is known color: Finch. HEX triplet: 6A, 6B and 64. RGB value is (106,107,100). Sum of RGB (Red+Green+Blue) = 106+107+100=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6B64 is #95949B. Grayscale: #696969. Windows color (decimal): -9802908 or 6581098. OLE color: 6581098.

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

Color convert

RGB 106 107 100 -
CMYK 0.01 0 0.07 0.58
HSL 68.57º 0.03% 0.41% -
HSV(B) 68.57º 0.07% 0.42% -
XYZ 13.5 14.5 14.14 -
YUV 105.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 106 107 100 0.01 0 0.07 0.58 68.57 0.03 0.41
Hex 6A 6B 64 1 0 7 3A 45 3 29
Octal 152 153 144 1 0 7 72 105 3 51
Binary 1101010 1101011 1100100 1 0 111 111010 1000101 11 101001

Color Harmonies of #6A6B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6B64

Black with #6A6B64

Text Example


Text Example

White with #6A6B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,107,100); }

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

background-color css

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

 a { background-color: rgb(106,107,100); }

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

border-color css

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

 span { border-color: rgb(106,107,100); }

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