Html Css Color HEX #6B4450 Finn

📋 copy color: '#6B4450'

red 107 ◦ green 68 ◦ blue 80

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

Shades of Finn #6B4450

Tints of Finn #6B4450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 41.96%
G = 26.67%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6B4450 (or 0x6B4450) is known color: Finn. HEX triplet: 6B, 44 and 50. RGB value is (107,68,80). Sum of RGB (Red+Green+Blue) = 107+68+80=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4450 is #94BBAF. Grayscale: #515151. Windows color (decimal): -9747376 or 5260395. OLE color: 5260395.

HSL color Cylindrical-coordinate representation of color #6B4450: hue angle of 341.54º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B4450 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 68 80 -
CMYK 0 0.36 0.25 0.58
HSL 341.54º 0.22% 0.34% -
HSV(B) 341.54º 0.36% 0.42% -
XYZ 9.58 7.84 8.6 -
YUV 81.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 107 68 80 0 0.36 0.25 0.58 341.54 0.22 0.34
Hex 6B 44 50 0 24 19 3A 156 16 22
Octal 153 104 120 0 44 31 72 526 26 42
Binary 1101011 1000100 1010000 0 100100 11001 111010 101010110 10110 100010

Color Harmonies of #6B4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4450

Black with #6B4450

Text Example


Text Example

White with #6B4450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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