Html Css Color HEX #90896F Gurkha

📋 copy color: '#90896F'

red 144 ◦ green 137 ◦ blue 111

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

Shades of Gurkha #90896F

Tints of Gurkha #90896F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.32%

R = 36.73%
G = 34.95%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#90896F (or 0x90896F) is known color: Gurkha. HEX triplet: 90, 89 and 6F. RGB value is (144,137,111). Sum of RGB (Red+Green+Blue) = 144+137+111=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #90896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90896F is #6F7690. Grayscale: #888888. Windows color (decimal): -7304849 or 7309712. OLE color: 7309712.

HSL color Cylindrical-coordinate representation of color #90896F: hue angle of 47.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90896F is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 137 111 -
CMYK 0 0.05 0.23 0.44
HSL 47.27º 0.13% 0.5% -
HSV(B) 47.27º 0.23% 0.56% -
XYZ 23.32 24.97 18.63 -
YUV 136.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 144 137 111 0 0.05 0.23 0.44 47.27 0.13 0.5
Hex 90 89 6F 0 5 17 2C 2F D 32
Octal 220 211 157 0 5 27 54 57 15 62
Binary 10010000 10001001 1101111 0 101 10111 101100 101111 1101 110010

Color Harmonies of #90896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90896F

Black with #90896F

Text Example


Text Example

White with #90896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90896F; }

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

 H1.HeaderClassName
 {
   color: #90896F;
 }
 .AnyTagClassName
 {
   color: #90896F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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