Html Css Color HEX #6B5256 Falcon

📋 copy color: '#6B5256'

red 107 ◦ green 82 ◦ blue 86

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

Shades of Falcon #6B5256

Tints of Falcon #6B5256

RGB

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

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

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

R = 38.91%
G = 29.82%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#6B5256 (or 0x6B5256) is known color: Falcon. HEX triplet: 6B, 52 and 56. RGB value is (107,82,86). Sum of RGB (Red+Green+Blue) = 107+82+86=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5256 is #94ADA9. Grayscale: #595959. Windows color (decimal): -9743786 or 5657195. OLE color: 5657195.

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

Color convert

RGB 107 82 86 -
CMYK 0 0.23 0.20 0.58
HSL 350.4º 0.13% 0.37% -
HSV(B) 350.4º 0.23% 0.42% -
XYZ 10.76 9.83 10.13 -
YUV 89.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 107 82 86 0 0.23 0.20 0.58 350.4 0.13 0.37
Hex 6B 52 56 0 17 14 3A 15E D 25
Octal 153 122 126 0 27 24 72 536 15 45
Binary 1101011 1010010 1010110 0 10111 10100 111010 101011110 1101 100101

Color Harmonies of #6B5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5256

Black with #6B5256

Text Example


Text Example

White with #6B5256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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