Html Css Color HEX #6B545B Finn

📋 copy color: '#6B545B'

red 107 ◦ green 84 ◦ blue 91

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

Shades of Finn #6B545B

Tints of Finn #6B545B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.79%

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 37.94%
G = 29.79%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B545B (or 0x6B545B) is known color: Finn. HEX triplet: 6B, 54 and 5B. RGB value is (107,84,91). Sum of RGB (Red+Green+Blue) = 107+84+91=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B545B is #94ABA4. Grayscale: #5B5B5B. Windows color (decimal): -9743269 or 5985387. OLE color: 5985387.

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

Color convert

RGB 107 84 91 -
CMYK 0 0.21 0.15 0.58
HSL 341.74º 0.12% 0.37% -
HSV(B) 341.74º 0.21% 0.42% -
XYZ 11.12 10.22 11.28 -
YUV 91.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 107 84 91 0 0.21 0.15 0.58 341.74 0.12 0.37
Hex 6B 54 5B 0 15 F 3A 156 C 25
Octal 153 124 133 0 25 17 72 526 14 45
Binary 1101011 1010100 1011011 0 10101 1111 111010 101010110 1100 100101

Color Harmonies of #6B545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B545B

Black with #6B545B

Text Example


Text Example

White with #6B545B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,84,91); }

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

background-color css

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

 a { background-color: rgb(107,84,91); }

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

border-color css

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

 span { border-color: rgb(107,84,91); }

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