#816968

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

Shades of Ferra #816968

Tints of Ferra #816968

Color information

#816968 (or 0x816968) is unknown color: approx Ferra. HEX triplet: 81, 69 and 68. RGB value is (129,105,104). Sum of RGB (Red+Green+Blue) = 129+105+104=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #816968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816968 is #7E9697. Grayscale: #707070. Windows color (decimal): -8296088 or 6842753. OLE color: 6842753.

HSL color Cylindrical-coordinate representation of color #816968: hue angle of 2.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #816968 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB129105104-
CMYK00.190.190.49
HSL2.4º10.73%45.69%-
HSV(B)2.4º19.38%50.59%-
XYZ16.615.7715.27-
YUV112.06123.45140.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.17%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=38.17%
G=31.07%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910510400.190.190.492.410.7345.69
Hex81696801313312b2e
Octal201151150023236121356
Binary100000011101001110100001001110011110001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816968; }

 p { color: rgb(129,105,104); }

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

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

 a { background-color: rgb(129,105,104); }

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

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

 span { border-color: rgb(129,105,104); }

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