Html Css Color HEX #6B4650 Finn

📋 copy color: '#6B4650'

red 107 ◦ green 70 ◦ blue 80

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

Shades of Finn #6B4650

Tints of Finn #6B4650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.13%

R = 41.63%
G = 27.24%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6B4650 (or 0x6B4650) is known color: Finn. HEX triplet: 6B, 46 and 50. RGB value is (107,70,80). Sum of RGB (Red+Green+Blue) = 107+70+80=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4650 is #94B9AF. Grayscale: #525252. Windows color (decimal): -9746864 or 5260907. OLE color: 5260907.

HSL color Cylindrical-coordinate representation of color #6B4650: hue angle of 343.78º 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 #6B4650 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 70 80 -
CMYK 0 0.35 0.25 0.58
HSL 343.78º 0.21% 0.35% -
HSV(B) 343.78º 0.35% 0.42% -
XYZ 9.7 8.09 8.64 -
YUV 82.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 107 70 80 0 0.35 0.25 0.58 343.78 0.21 0.35
Hex 6B 46 50 0 23 19 3A 158 15 23
Octal 153 106 120 0 43 31 72 530 25 43
Binary 1101011 1000110 1010000 0 100011 11001 111010 101011000 10101 100011

Color Harmonies of #6B4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4650

Black with #6B4650

Text Example


Text Example

White with #6B4650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,70,80); }

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

background-color css

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

 a { background-color: rgb(107,70,80); }

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

border-color css

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

 span { border-color: rgb(107,70,80); }

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