Html Css Color HEX #6A7667 Finlandia

📋 copy color: '#6A7667'

red 106 ◦ green 118 ◦ blue 103

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

Shades of Finlandia #6A7667

Tints of Finlandia #6A7667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.09%

 BLUE value IS 103 (40.63% from 255) = 31.5%

R = 32.42%
G = 36.09%
B = 31.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#6A7667 (or 0x6A7667) is known color: Finlandia. HEX triplet: 6A, 76 and 67. RGB value is (106,118,103). Sum of RGB (Red+Green+Blue) = 106+118+103=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7667 is #958998. Grayscale: #707070. Windows color (decimal): -9800089 or 6780522. OLE color: 6780522.

HSL color Cylindrical-coordinate representation of color #6A7667: hue angle of 108º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6A7667 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 118 103 -
CMYK 0.10 0 0.13 0.54
HSL 108º 0.07% 0.43% -
HSV(B) 108º 0.13% 0.46% -
XYZ 14.87 17 15.33 -
YUV 112.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 106 118 103 0.10 0 0.13 0.54 108 0.07 0.43
Hex 6A 76 67 A 0 D 36 6C 7 2B
Octal 152 166 147 12 0 15 66 154 7 53
Binary 1101010 1110110 1100111 1010 0 1101 110110 1101100 111 101011

Color Harmonies of #6A7667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7667

Black with #6A7667

Text Example


Text Example

White with #6A7667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,118,103); }

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

background-color css

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

 a { background-color: rgb(106,118,103); }

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

border-color css

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

 span { border-color: rgb(106,118,103); }

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