#835F62

Color #835F62 Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #835F62

Tints of Falcon #835F62

Color information

#835F62 (or 0x835F62) is unknown color: approx Falcon. HEX triplet: 83, 5F and 62. RGB value is (131,95,98). Sum of RGB (Red+Green+Blue) = 131+95+98=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #835F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835F62 is #7CA09D. Grayscale: #6A6A6A. Windows color (decimal): -8167582 or 6446979. OLE color: 6446979.

HSL color Cylindrical-coordinate representation of color #835F62: hue angle of 355º 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 #835F62 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1319598-
CMYK00.270.250.49
HSL355º15.93%44.31%-
HSV(B)355º27.48%51.37%-
XYZ15.6613.8913.41-
YUV106.11123.43145.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=40.43%
G=29.32%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131959800.270.250.4935515.9344.31
Hex835F6201B1931163102c
Octal20313714203331615432054
Binary10000011101111111000100110111100111000110110001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #835F62;
 }
 .AnyTagClassName
 {
   color: #835F62;
 }
</style>
background-color css

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

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

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

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

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

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