Html Css Color HEX #6B525B Finn

📋 copy color: '#6B525B'

red 107 ◦ green 82 ◦ blue 91

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

Shades of Finn #6B525B

Tints of Finn #6B525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.29%

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

R = 38.21%
G = 29.29%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B525B (or 0x6B525B) is known color: Finn. HEX triplet: 6B, 52 and 5B. RGB value is (107,82,91). Sum of RGB (Red+Green+Blue) = 107+82+91=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B525B is #94ADA4. Grayscale: #5A5A5A. Windows color (decimal): -9743781 or 5984875. OLE color: 5984875.

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

Color convert

RGB 107 82 91 -
CMYK 0 0.23 0.15 0.58
HSL 338.4º 0.13% 0.37% -
HSV(B) 338.4º 0.23% 0.42% -
XYZ 10.97 9.92 11.23 -
YUV 90.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 107 82 91 0 0.23 0.15 0.58 338.4 0.13 0.37
Hex 6B 52 5B 0 17 F 3A 152 D 25
Octal 153 122 133 0 27 17 72 522 15 45
Binary 1101011 1010010 1011011 0 10111 1111 111010 101010010 1101 100101

Color Harmonies of #6B525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B525B

Black with #6B525B

Text Example


Text Example

White with #6B525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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