Html Css Color HEX #6C464E Finn

📋 copy color: '#6C464E'

red 108 ◦ green 70 ◦ blue 78

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

Shades of Finn #6C464E

Tints of Finn #6C464E

RGB

 RED value IS 108 (42.58% from 255) = 42.19%

 GREEN value IS 70 (27.73% from 255) = 27.34%

 BLUE value IS 78 (30.86% from 255) = 30.47%

R = 42.19%
G = 27.34%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6C464E (or 0x6C464E) is known color: Finn. HEX triplet: 6C, 46 and 4E. RGB value is (108,70,78). Sum of RGB (Red+Green+Blue) = 108+70+78=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 108 - color contains mainly: red. Hex color #6C464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C464E is #93B9B1. Grayscale: #525252. Windows color (decimal): -9681330 or 5129836. OLE color: 5129836.

HSL color Cylindrical-coordinate representation of color #6C464E: hue angle of 347.37º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C464E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 70 78 -
CMYK 0 0.35 0.28 0.58
HSL 347.37º 0.21% 0.35% -
HSV(B) 347.37º 0.35% 0.42% -
XYZ 9.75 8.12 8.26 -
YUV 82.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 108 70 78 0 0.35 0.28 0.58 347.37 0.21 0.35
Hex 6C 46 4E 0 23 1C 3A 15B 15 23
Octal 154 106 116 0 43 34 72 533 25 43
Binary 1101100 1000110 1001110 0 100011 11100 111010 101011011 10101 100011

Color Harmonies of #6C464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C464E

Black with #6C464E

Text Example


Text Example

White with #6C464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,70,78); }

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

background-color css

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

 a { background-color: rgb(108,70,78); }

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

border-color css

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

 span { border-color: rgb(108,70,78); }

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