Html Css Color HEX #98906C Gurkha

📋 copy color: '#98906C'

red 152 ◦ green 144 ◦ blue 108

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

Shades of Gurkha #98906C

Tints of Gurkha #98906C

RGB

 RED value IS 152 (59.77% from 255) = 37.62%

 GREEN value IS 144 (56.64% from 255) = 35.64%

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 37.62%
G = 35.64%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98906C (or 0x98906C) is known color: Gurkha. HEX triplet: 98, 90 and 6C. RGB value is (152,144,108). Sum of RGB (Red+Green+Blue) = 152+144+108=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #98906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98906C is #676F93. Grayscale: #8E8E8E. Windows color (decimal): -6778772 or 7114904. OLE color: 7114904.

HSL color Cylindrical-coordinate representation of color #98906C: hue angle of 49.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98906C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 108 -
CMYK 0 0.05 0.29 0.40
HSL 49.09º 0.18% 0.51% -
HSV(B) 49.09º 0.29% 0.6% -
XYZ 25.63 27.7 18.18 -
YUV 142.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 152 144 108 0 0.05 0.29 0.40 49.09 0.18 0.51
Hex 98 90 6C 0 5 1D 28 31 12 33
Octal 230 220 154 0 5 35 50 61 22 63
Binary 10011000 10010000 1101100 0 101 11101 101000 110001 10010 110011

Color Harmonies of #98906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98906C

Black with #98906C

Text Example


Text Example

White with #98906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98906C; }

 p { color: rgb(152,144,108); }

 H1.HeaderClassName
 {
   color: #98906C;
 }
 .AnyTagClassName
 {
   color: #98906C;
 }
</style>

background-color css

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

 a { background-color: rgb(152,144,108); }

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

border-color css

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

 span { border-color: rgb(152,144,108); }

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