Html Css Color HEX #90895E Bandicoot

📋 copy color: '#90895E'

red 144 ◦ green 137 ◦ blue 94

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

Shades of Bandicoot #90895E

Tints of Bandicoot #90895E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 38.4%
G = 36.53%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90895E (or 0x90895E) is known color: Bandicoot. HEX triplet: 90, 89 and 5E. RGB value is (144,137,94). Sum of RGB (Red+Green+Blue) = 144+137+94=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 144 - color contains mainly: red. Hex color #90895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90895E is #6F76A1. Grayscale: #868686. Windows color (decimal): -7304866 or 6195600. OLE color: 6195600.

HSL color Cylindrical-coordinate representation of color #90895E: hue angle of 51.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90895E is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 137 94 -
CMYK 0 0.05 0.35 0.44
HSL 51.6º 0.21% 0.47% -
HSV(B) 51.6º 0.35% 0.56% -
XYZ 22.47 24.63 14.16 -
YUV 134.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 144 137 94 0 0.05 0.35 0.44 51.6 0.21 0.47
Hex 90 89 5E 0 5 23 2C 34 15 2F
Octal 220 211 136 0 5 43 54 64 25 57
Binary 10010000 10001001 1011110 0 101 100011 101100 110100 10101 101111

Color Harmonies of #90895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90895E

Black with #90895E

Text Example


Text Example

White with #90895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90895E; }

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

 H1.HeaderClassName
 {
   color: #90895E;
 }
 .AnyTagClassName
 {
   color: #90895E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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