Html Css Color HEX #856263 Falcon

📋 copy color: '#856263'

red 133 ◦ green 98 ◦ blue 99

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

Shades of Falcon #856263

Tints of Falcon #856263

RGB

 RED value IS 133 (52.34% from 255) = 40.3%

 GREEN value IS 98 (38.67% from 255) = 29.7%

 BLUE value IS 99 (39.06% from 255) = 30%

R = 40.3%
G = 29.7%
B = 30%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#856263 (or 0x856263) is known color: Falcon. HEX triplet: 85, 62 and 63. RGB value is (133,98,99). Sum of RGB (Red+Green+Blue) = 133+98+99=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #856263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856263 is #7A9D9C. Grayscale: #6C6C6C. Windows color (decimal): -8035741 or 6513285. OLE color: 6513285.

HSL color Cylindrical-coordinate representation of color #856263: hue angle of 358.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856263 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 99 -
CMYK 0 0.26 0.26 0.48
HSL 358.29º 0.15% 0.45% -
HSV(B) 358.29º 0.26% 0.52% -
XYZ 16.29 14.62 13.77 -
YUV 108.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 133 98 99 0 0.26 0.26 0.48 358.29 0.15 0.45
Hex 85 62 63 0 1A 1A 30 166 F 2D
Octal 205 142 143 0 32 32 60 546 17 55
Binary 10000101 1100010 1100011 0 11010 11010 110000 101100110 1111 101101

Color Harmonies of #856263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856263

Black with #856263

Text Example


Text Example

White with #856263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856263; }

 p { color: rgb(133,98,99); }

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

background-color css

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

 a { background-color: rgb(133,98,99); }

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

border-color css

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

 span { border-color: rgb(133,98,99); }

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