Html Css Color HEX #6B5257 Falcon

📋 copy color: '#6B5257'

red 107 ◦ green 82 ◦ blue 87

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

Shades of Falcon #6B5257

Tints of Falcon #6B5257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.52%

R = 38.77%
G = 29.71%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6B5257 (or 0x6B5257) is known color: Falcon. HEX triplet: 6B, 52 and 57. RGB value is (107,82,87). Sum of RGB (Red+Green+Blue) = 107+82+87=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5257 is #94ADA8. Grayscale: #5A5A5A. Windows color (decimal): -9743785 or 5722731. OLE color: 5722731.

HSL color Cylindrical-coordinate representation of color #6B5257: hue angle of 348º 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 #6B5257 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 82 87 -
CMYK 0 0.23 0.19 0.58
HSL 348º 0.13% 0.37% -
HSV(B) 348º 0.23% 0.42% -
XYZ 10.8 9.85 10.35 -
YUV 90.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 107 82 87 0 0.23 0.19 0.58 348 0.13 0.37
Hex 6B 52 57 0 17 13 3A 15C D 25
Octal 153 122 127 0 27 23 72 534 15 45
Binary 1101011 1010010 1010111 0 10111 10011 111010 101011100 1101 100101

Color Harmonies of #6B5257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5257

Black with #6B5257

Text Example


Text Example

White with #6B5257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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