Html Css Color HEX #836162 Falcon

📋 copy color: '#836162'

red 131 ◦ green 97 ◦ blue 98

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

Shades of Falcon #836162

Tints of Falcon #836162

RGB

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

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

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

R = 40.18%
G = 29.75%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#836162 (or 0x836162) is known color: Falcon. HEX triplet: 83, 61 and 62. RGB value is (131,97,98). Sum of RGB (Red+Green+Blue) = 131+97+98=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #836162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836162 is #7C9E9D. Grayscale: #6B6B6B. Windows color (decimal): -8167070 or 6447491. OLE color: 6447491.

HSL color Cylindrical-coordinate representation of color #836162: hue angle of 358.24º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #836162 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 97 98 -
CMYK 0 0.26 0.25 0.49
HSL 358.24º 0.15% 0.45% -
HSV(B) 358.24º 0.26% 0.51% -
XYZ 15.84 14.26 13.47 -
YUV 107.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 131 97 98 0 0.26 0.25 0.49 358.24 0.15 0.45
Hex 83 61 62 0 1A 19 31 166 F 2D
Octal 203 141 142 0 32 31 61 546 17 55
Binary 10000011 1100001 1100010 0 11010 11001 110001 101100110 1111 101101

Color Harmonies of #836162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836162

Black with #836162

Text Example


Text Example

White with #836162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836162; }

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

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

background-color css

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

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

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

border-color css

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

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

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