Html Css Color HEX #855F61 Falcon

📋 copy color: '#855F61'

red 133 ◦ green 95 ◦ blue 97

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

Shades of Falcon #855F61

Tints of Falcon #855F61

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.23%

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 40.92%
G = 29.23%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#855F61 (or 0x855F61) is known color: Falcon. HEX triplet: 85, 5F and 61. RGB value is (133,95,97). Sum of RGB (Red+Green+Blue) = 133+95+97=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #855F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F61 is #7AA09E. Grayscale: #6A6A6A. Windows color (decimal): -8036511 or 6381445. OLE color: 6381445.

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

Color convert

RGB 133 95 97 -
CMYK 0 0.29 0.27 0.48
HSL 356.84º 0.17% 0.45% -
HSV(B) 356.84º 0.29% 0.52% -
XYZ 15.92 14.03 13.18 -
YUV 106.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 133 95 97 0 0.29 0.27 0.48 356.84 0.17 0.45
Hex 85 5F 61 0 1D 1B 30 165 11 2D
Octal 205 137 141 0 35 33 60 545 21 55
Binary 10000101 1011111 1100001 0 11101 11011 110000 101100101 10001 101101

Color Harmonies of #855F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F61

Black with #855F61

Text Example


Text Example

White with #855F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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