Html Css Color HEX #6B3656 Finn

📋 copy color: '#6B3656'

red 107 ◦ green 54 ◦ blue 86

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

Shades of Finn #6B3656

Tints of Finn #6B3656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

 BLUE value IS 86 (33.98% from 255) = 34.82%

R = 43.32%
G = 21.86%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#6B3656 (or 0x6B3656) is known color: Finn. HEX triplet: 6B, 36 and 56. RGB value is (107,54,86). Sum of RGB (Red+Green+Blue) = 107+54+86=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3656 is #94C9A9. Grayscale: #494949. Windows color (decimal): -9750954 or 5650027. OLE color: 5650027.

HSL color Cylindrical-coordinate representation of color #6B3656: hue angle of 323.77º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B3656 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 54 86 -
CMYK 0 0.50 0.20 0.58
HSL 323.77º 0.33% 0.32% -
HSV(B) 323.77º 0.5% 0.42% -
XYZ 9.06 6.44 9.57 -
YUV 73.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 107 54 86 0 0.50 0.20 0.58 323.77 0.33 0.32
Hex 6B 36 56 0 32 14 3A 144 21 20
Octal 153 66 126 0 62 24 72 504 41 40
Binary 1101011 110110 1010110 0 110010 10100 111010 101000100 100001 100000

Color Harmonies of #6B3656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3656

Black with #6B3656

Text Example


Text Example

White with #6B3656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,54,86); }

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

background-color css

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

 a { background-color: rgb(107,54,86); }

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

border-color css

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

 span { border-color: rgb(107,54,86); }

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