Html Css Color HEX #6B3C4F Finn

📋 copy color: '#6B3C4F'

red 107 ◦ green 60 ◦ blue 79

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

Shades of Finn #6B3C4F

Tints of Finn #6B3C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.39%

 BLUE value IS 79 (31.25% from 255) = 32.11%

R = 43.5%
G = 24.39%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6B3C4F (or 0x6B3C4F) is known color: Finn. HEX triplet: 6B, 3C and 4F. RGB value is (107,60,79). Sum of RGB (Red+Green+Blue) = 107+60+79=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3C4F is #94C3B0. Grayscale: #4C4C4C. Windows color (decimal): -9749425 or 5192811. OLE color: 5192811.

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

Color convert

RGB 107 60 79 -
CMYK 0 0.44 0.26 0.58
HSL 335.74º 0.28% 0.33% -
HSV(B) 335.74º 0.44% 0.42% -
XYZ 9.09 6.92 8.25 -
YUV 76.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 107 60 79 0 0.44 0.26 0.58 335.74 0.28 0.33
Hex 6B 3C 4F 0 2C 1A 3A 150 1C 21
Octal 153 74 117 0 54 32 72 520 34 41
Binary 1101011 111100 1001111 0 101100 11010 111010 101010000 11100 100001

Color Harmonies of #6B3C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3C4F

Black with #6B3C4F

Text Example


Text Example

White with #6B3C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,60,79); }

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

background-color css

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

 a { background-color: rgb(107,60,79); }

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

border-color css

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

 span { border-color: rgb(107,60,79); }

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