Html Css Color HEX #856162 Falcon

📋 copy color: '#856162'

red 133 ◦ green 97 ◦ blue 98

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

Shades of Falcon #856162

Tints of Falcon #856162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.57%

 BLUE value IS 98 (38.67% from 255) = 29.88%

R = 40.55%
G = 29.57%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#856162 (or 0x856162) is known color: Falcon. HEX triplet: 85, 61 and 62. RGB value is (133,97,98). Sum of RGB (Red+Green+Blue) = 133+97+98=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #856162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856162 is #7A9E9D. Grayscale: #6B6B6B. Windows color (decimal): -8035998 or 6447493. OLE color: 6447493.

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

Color convert

RGB 133 97 98 -
CMYK 0 0.27 0.26 0.48
HSL 358.33º 0.16% 0.45% -
HSV(B) 358.33º 0.27% 0.52% -
XYZ 16.15 14.42 13.49 -
YUV 107.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 133 97 98 0 0.27 0.26 0.48 358.33 0.16 0.45
Hex 85 61 62 0 1B 1A 30 166 10 2D
Octal 205 141 142 0 33 32 60 546 20 55
Binary 10000101 1100001 1100010 0 11011 11010 110000 101100110 10000 101101

Color Harmonies of #856162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856162

Black with #856162

Text Example


Text Example

White with #856162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856162; }

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

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

background-color css

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

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

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

border-color css

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

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

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