Html Css Color HEX #908E71 Schist

📋 copy color: '#908E71'

red 144 ◦ green 142 ◦ blue 113

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

Shades of Schist #908E71

Tints of Schist #908E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.59%

 BLUE value IS 113 (44.53% from 255) = 28.32%

R = 36.09%
G = 35.59%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#908E71 (or 0x908E71) is known color: Schist. HEX triplet: 90, 8E and 71. RGB value is (144,142,113). Sum of RGB (Red+Green+Blue) = 144+142+113=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #908E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E71 is #6F718E. Grayscale: #8B8B8B. Windows color (decimal): -7303567 or 7442064. OLE color: 7442064.

HSL color Cylindrical-coordinate representation of color #908E71: hue angle of 56.13º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #908E71 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 142 113 -
CMYK 0 0.01 0.22 0.44
HSL 56.13º 0.12% 0.5% -
HSV(B) 56.13º 0.22% 0.56% -
XYZ 24.16 26.47 19.46 -
YUV 139.29 113.16 131.36 -
System Red Green Blue C M Y K H S L
Decimal 144 142 113 0 0.01 0.22 0.44 56.13 0.12 0.5
Hex 90 8E 71 0 1 16 2C 38 C 32
Octal 220 216 161 0 1 26 54 70 14 62
Binary 10010000 10001110 1110001 0 1 10110 101100 111000 1100 110010

Color Harmonies of #908E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908E71

Black with #908E71

Text Example


Text Example

White with #908E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908E71; }

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

 H1.HeaderClassName
 {
   color: #908E71;
 }
 .AnyTagClassName
 {
   color: #908E71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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