Html Css Color HEX #6B796A Finlandia

📋 copy color: '#6B796A'

red 107 ◦ green 121 ◦ blue 106

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

Shades of Finlandia #6B796A

Tints of Finlandia #6B796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.23%

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 32.04%
G = 36.23%
B = 31.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#6B796A (or 0x6B796A) is known color: Finlandia. HEX triplet: 6B, 79 and 6A. RGB value is (107,121,106). Sum of RGB (Red+Green+Blue) = 107+121+106=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 121 - color contains mainly: green. Hex color #6B796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B796A is #948695. Grayscale: #737373. Windows color (decimal): -9733782 or 6977899. OLE color: 6977899.

HSL color Cylindrical-coordinate representation of color #6B796A: hue angle of 116º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B796A is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 121 106 -
CMYK 0.12 0 0.12 0.53
HSL 116º 0.07% 0.45% -
HSV(B) 116º 0.12% 0.47% -
XYZ 15.5 17.84 16.26 -
YUV 115.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 107 121 106 0.12 0 0.12 0.53 116 0.07 0.45
Hex 6B 79 6A C 0 C 35 74 7 2D
Octal 153 171 152 14 0 14 65 164 7 55
Binary 1101011 1111001 1101010 1100 0 1100 110101 1110100 111 101101

Color Harmonies of #6B796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B796A

Black with #6B796A

Text Example


Text Example

White with #6B796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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