Html Css Color HEX #6A7767 Finlandia

📋 copy color: '#6A7767'

red 106 ◦ green 119 ◦ blue 103

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

Shades of Finlandia #6A7767

Tints of Finlandia #6A7767

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.28%

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

R = 32.32%
G = 36.28%
B = 31.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#6A7767 (or 0x6A7767) is known color: Finlandia. HEX triplet: 6A, 77 and 67. RGB value is (106,119,103). Sum of RGB (Red+Green+Blue) = 106+119+103=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7767 is #958898. Grayscale: #717171. Windows color (decimal): -9799833 or 6780778. OLE color: 6780778.

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

Color convert

RGB 106 119 103 -
CMYK 0.11 0 0.13 0.53
HSL 108.75º 0.07% 0.44% -
HSV(B) 108.75º 0.13% 0.47% -
XYZ 14.99 17.24 15.37 -
YUV 113.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 106 119 103 0.11 0 0.13 0.53 108.75 0.07 0.44
Hex 6A 77 67 B 0 D 35 6D 7 2C
Octal 152 167 147 13 0 15 65 155 7 54
Binary 1101010 1110111 1100111 1011 0 1101 110101 1101101 111 101100

Color Harmonies of #6A7767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7767

Black with #6A7767

Text Example


Text Example

White with #6A7767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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