#916B67

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

Shades of Ferra #916B67

Tints of Ferra #916B67

Color information

#916B67 (or 0x916B67) is unknown color: approx Ferra. HEX triplet: 91, 6B and 67. RGB value is (145,107,103). Sum of RGB (Red+Green+Blue) = 145+107+103=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #916B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B67 is #6E9498. Grayscale: #757575. Windows color (decimal): -7247001 or 6777745. OLE color: 6777745.

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

Color convert

RGB145107103-
CMYK00.260.290.43
HSL5.71º16.94%48.63%-
HSV(B)5.71º28.97%56.86%-
XYZ19.3817.5115.19-
YUV117.91119.59147.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=40.85%
G=30.14%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510710300.260.290.435.7116.9448.63
Hex916B6701A1D2B61131
Octal221153147032355362161
Binary10010001110101111001110110101110110101111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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