Html Css Color HEX #90706B Ferra

📋 copy color: '#90706B'

red 144 ◦ green 112 ◦ blue 107

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

Shades of Ferra #90706B

Tints of Ferra #90706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 39.67%
G = 30.85%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90706B (or 0x90706B) is known color: Ferra. HEX triplet: 90, 70 and 6B. RGB value is (144,112,107). Sum of RGB (Red+Green+Blue) = 144+112+107=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #90706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90706B is #6F8F94. Grayscale: #797979. Windows color (decimal): -7311253 or 7041168. OLE color: 7041168.

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

Color convert

RGB 144 112 107 -
CMYK 0 0.22 0.26 0.44
HSL 8.11º 0.15% 0.49% -
HSV(B) 8.11º 0.26% 0.56% -
XYZ 19.95 18.58 16.44 -
YUV 121 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 144 112 107 0 0.22 0.26 0.44 8.11 0.15 0.49
Hex 90 70 6B 0 16 1A 2C 8 F 31
Octal 220 160 153 0 26 32 54 10 17 61
Binary 10010000 1110000 1101011 0 10110 11010 101100 1000 1111 110001

Color Harmonies of #90706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90706B

Black with #90706B

Text Example


Text Example

White with #90706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90706B; }

 p { color: rgb(144,112,107); }

 H1.HeaderClassName
 {
   color: #90706B;
 }
 .AnyTagClassName
 {
   color: #90706B;
 }
</style>

background-color css

<style>
 a { background-color: #90706B; }

 a { background-color: rgb(144,112,107); }

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

border-color css

<style>
 span { border-color: #90706B; }

 span { border-color: rgb(144,112,107); }

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