Html Css Color HEX #916C68 Ferra

📋 copy color: '#916C68'

red 145 ◦ green 108 ◦ blue 104

#916C68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ferra #916C68

Tints of Ferra #916C68

RGB

 RED value IS 145 (57.03% from 255) = 40.62%

 GREEN value IS 108 (42.58% from 255) = 30.25%

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 40.62%
G = 30.25%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#916C68 (or 0x916C68) is known color: Ferra. HEX triplet: 91, 6C and 68. RGB value is (145,108,104). Sum of RGB (Red+Green+Blue) = 145+108+104=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #916C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C68 is #6E9397. Grayscale: #767676. Windows color (decimal): -7246744 or 6843537. OLE color: 6843537.

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

Color convert

RGB 145 108 104 -
CMYK 0 0.26 0.28 0.43
HSL 5.85º 0.16% 0.49% -
HSV(B) 5.85º 0.28% 0.57% -
XYZ 19.54 17.74 15.49 -
YUV 118.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 145 108 104 0 0.26 0.28 0.43 5.85 0.16 0.49
Hex 91 6C 68 0 1A 1C 2B 6 10 31
Octal 221 154 150 0 32 34 53 6 20 61
Binary 10010001 1101100 1101000 0 11010 11100 101011 110 10000 110001

Color Harmonies of #916C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916C68

Black with #916C68

Text Example


Text Example

White with #916C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #916C68;
 }
 .AnyTagClassName
 {
   color: #916C68;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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