#846263

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

Shades of Falcon #846263

Tints of Falcon #846263

Color information

#846263 (or 0x846263) is unknown color: approx Falcon. HEX triplet: 84, 62 and 63. RGB value is (132,98,99). Sum of RGB (Red+Green+Blue) = 132+98+99=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846263 is #7B9D9C. Grayscale: #6C6C6C. Windows color (decimal): -8101277 or 6513284. OLE color: 6513284.

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

Color convert

RGB1329899-
CMYK00.260.250.48
HSL358.24º14.78%45.1%-
HSV(B)358.24º25.76%51.76%-
XYZ16.1414.5413.76-
YUV108.28122.76144.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=40.12%
G=29.79%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132989900.260.250.48358.2414.7845.1
Hex84626301A1930166f2d
Octal20414214303231605461755
Binary1000010011000101100011011010110011100001011001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846263; }

 p { color: rgb(132,98,99); }

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

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

 a { background-color: rgb(132,98,99); }

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

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

 span { border-color: rgb(132,98,99); }

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