#908975

Color #908975 Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #908975

Tints of Friar Grey #908975

Color information

#908975 (or 0x908975) is unknown color: approx Friar Grey. HEX triplet: 90, 89 and 75. RGB value is (144,137,117). Sum of RGB (Red+Green+Blue) = 144+137+117=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #908975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908975 is #6F768A. Grayscale: #888888. Windows color (decimal): -7304843 or 7702928. OLE color: 7702928.

HSL color Cylindrical-coordinate representation of color #908975: hue angle of 44.44º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #908975 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB144137117-
CMYK00.050.190.44
HSL44.44º10.84%51.18%-
HSV(B)44.44º18.75%56.47%-
XYZ23.6625.120.43-
YUV136.81116.82133.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 137 (53.91% from 255) = 34.42%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=36.18%
G=34.42%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413711700.050.190.4444.4410.8451.18
Hex90897505132C2cb33
Octal220211165052354541363
Binary100100001000100111101010101100111011001011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908975; }

 p { color: rgb(144,137,117); }

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

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

 a { background-color: rgb(144,137,117); }

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

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

 span { border-color: rgb(144,137,117); }

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