Html Css Color HEX #825B60 Falcon

📋 copy color: '#825B60'

red 130 ◦ green 91 ◦ blue 96

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

Shades of Falcon #825B60

Tints of Falcon #825B60

RGB

 RED value IS 130 (51.17% from 255) = 41.01%

 GREEN value IS 91 (35.94% from 255) = 28.71%

 BLUE value IS 96 (37.89% from 255) = 30.28%

R = 41.01%
G = 28.71%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#825B60 (or 0x825B60) is known color: Falcon. HEX triplet: 82, 5B and 60. RGB value is (130,91,96). Sum of RGB (Red+Green+Blue) = 130+91+96=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #825B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B60 is #7DA49F. Grayscale: #676767. Windows color (decimal): -8234144 or 6314882. OLE color: 6314882.

HSL color Cylindrical-coordinate representation of color #825B60: hue angle of 352.31º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825B60 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 91 96 -
CMYK 0 0.30 0.26 0.49
HSL 352.31º 0.18% 0.43% -
HSV(B) 352.31º 0.3% 0.51% -
XYZ 15.06 13.07 12.8 -
YUV 103.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 130 91 96 0 0.30 0.26 0.49 352.31 0.18 0.43
Hex 82 5B 60 0 1E 1A 31 160 12 2B
Octal 202 133 140 0 36 32 61 540 22 53
Binary 10000010 1011011 1100000 0 11110 11010 110001 101100000 10010 101011

Color Harmonies of #825B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B60

Black with #825B60

Text Example


Text Example

White with #825B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825B60; }

 p { color: rgb(130,91,96); }

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

background-color css

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

 a { background-color: rgb(130,91,96); }

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

border-color css

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

 span { border-color: rgb(130,91,96); }

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