#916B69

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

Shades of Ferra #916B69

Tints of Ferra #916B69

Color information

#916B69 (or 0x916B69) is unknown color: approx Ferra. HEX triplet: 91, 6B and 69. RGB value is (145,107,105). Sum of RGB (Red+Green+Blue) = 145+107+105=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #916B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B69 is #6E9496. Grayscale: #767676. Windows color (decimal): -7246999 or 6908817. OLE color: 6908817.

HSL color Cylindrical-coordinate representation of color #916B69: hue angle of 3º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916B69 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB145107105-
CMYK00.260.280.43
HSL16%49.02%-
HSV(B)27.59%56.86%-
XYZ19.4817.5615.73-
YUV118.13120.59147.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=40.62%
G=29.97%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510710500.260.280.4331649.02
Hex916B6901A1C2B31031
Octal221153151032345332061
Binary1001000111010111101001011010111001010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916B69; }

 p { color: rgb(145,107,105); }

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

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

 a { background-color: rgb(145,107,105); }

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

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

 span { border-color: rgb(145,107,105); }

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