Html Css Color HEX #90716C Ferra

📋 copy color: '#90716C'

red 144 ◦ green 113 ◦ blue 108

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

Shades of Ferra #90716C

Tints of Ferra #90716C

RGB

 RED value IS 144 (56.64% from 255) = 39.45%

 GREEN value IS 113 (44.53% from 255) = 30.96%

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 39.45%
G = 30.96%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#90716C (or 0x90716C) is known color: Ferra. HEX triplet: 90, 71 and 6C. RGB value is (144,113,108). Sum of RGB (Red+Green+Blue) = 144+113+108=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #90716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90716C is #6F8E93. Grayscale: #797979. Windows color (decimal): -7310996 or 7106960. OLE color: 7106960.

HSL color Cylindrical-coordinate representation of color #90716C: hue angle of 8.33º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90716C is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 113 108 -
CMYK 0 0.22 0.25 0.44
HSL 8.33º 0.14% 0.49% -
HSV(B) 8.33º 0.25% 0.56% -
XYZ 20.11 18.82 16.76 -
YUV 121.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 144 113 108 0 0.22 0.25 0.44 8.33 0.14 0.49
Hex 90 71 6C 0 16 19 2C 8 E 31
Octal 220 161 154 0 26 31 54 10 16 61
Binary 10010000 1110001 1101100 0 10110 11001 101100 1000 1110 110001

Color Harmonies of #90716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90716C

Black with #90716C

Text Example


Text Example

White with #90716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90716C; }

 p { color: rgb(144,113,108); }

 H1.HeaderClassName
 {
   color: #90716C;
 }
 .AnyTagClassName
 {
   color: #90716C;
 }
</style>

background-color css

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

 a { background-color: rgb(144,113,108); }

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

border-color css

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

 span { border-color: rgb(144,113,108); }

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