#916D68

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

Shades of Ferra #916D68

Tints of Ferra #916D68

Color information

#916D68 (or 0x916D68) is unknown color: approx Ferra. HEX triplet: 91, 6D and 68. RGB value is (145,109,104). Sum of RGB (Red+Green+Blue) = 145+109+104=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #916D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D68 is #6E9297. Grayscale: #777777. Windows color (decimal): -7246488 or 6843793. OLE color: 6843793.

HSL color Cylindrical-coordinate representation of color #916D68: hue angle of 7.32º 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 #916D68 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB145109104-
CMYK00.250.280.43
HSL7.32º16.47%48.82%-
HSV(B)7.32º28.28%56.86%-
XYZ19.6417.9615.53-
YUV119.19119.43146.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=40.50%
G=30.45%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510910400.250.280.437.3216.4748.82
Hex916D680191C2B71031
Octal221155150031345372061
Binary10010001110110111010000110011110010101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,109,104); }

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

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

 a { background-color: rgb(145,109,104); }

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

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

 span { border-color: rgb(145,109,104); }

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