Html Css Color HEX #835F61 Falcon

📋 copy color: '#835F61'

red 131 ◦ green 95 ◦ blue 97

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

Shades of Falcon #835F61

Tints of Falcon #835F61

RGB

 RED value IS 131 (51.56% from 255) = 40.56%

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

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

R = 40.56%
G = 29.41%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#835F61 (or 0x835F61) is known color: Falcon. HEX triplet: 83, 5F and 61. RGB value is (131,95,97). Sum of RGB (Red+Green+Blue) = 131+95+97=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #835F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835F61 is #7CA09E. Grayscale: #6A6A6A. Windows color (decimal): -8167583 or 6381443. OLE color: 6381443.

HSL color Cylindrical-coordinate representation of color #835F61: hue angle of 356.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #835F61 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 95 97 -
CMYK 0 0.27 0.26 0.49
HSL 356.67º 0.16% 0.44% -
HSV(B) 356.67º 0.27% 0.51% -
XYZ 15.61 13.87 13.16 -
YUV 105.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 131 95 97 0 0.27 0.26 0.49 356.67 0.16 0.44
Hex 83 5F 61 0 1B 1A 31 165 10 2C
Octal 203 137 141 0 33 32 61 545 20 54
Binary 10000011 1011111 1100001 0 11011 11010 110001 101100101 10000 101100

Color Harmonies of #835F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F61

Black with #835F61

Text Example


Text Example

White with #835F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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