Html Css Color HEX #98917B Gurkha

📋 copy color: '#98917B'

red 152 ◦ green 145 ◦ blue 123

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

Shades of Gurkha #98917B

Tints of Gurkha #98917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.52%

 BLUE value IS 123 (48.44% from 255) = 29.29%

R = 36.19%
G = 34.52%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98917B (or 0x98917B) is known color: Gurkha. HEX triplet: 98, 91 and 7B. RGB value is (152,145,123). Sum of RGB (Red+Green+Blue) = 152+145+123=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #98917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98917B is #676E84. Grayscale: #909090. Windows color (decimal): -6778501 or 8098200. OLE color: 8098200.

HSL color Cylindrical-coordinate representation of color #98917B: hue angle of 45.52º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98917B is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 145 123 -
CMYK 0 0.05 0.19 0.40
HSL 45.52º 0.12% 0.54% -
HSV(B) 45.52º 0.19% 0.6% -
XYZ 26.65 28.36 22.81 -
YUV 144.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 152 145 123 0 0.05 0.19 0.40 45.52 0.12 0.54
Hex 98 91 7B 0 5 13 28 2E C 36
Octal 230 221 173 0 5 23 50 56 14 66
Binary 10011000 10010001 1111011 0 101 10011 101000 101110 1100 110110

Color Harmonies of #98917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98917B

Black with #98917B

Text Example


Text Example

White with #98917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98917B; }

 p { color: rgb(152,145,123); }

 H1.HeaderClassName
 {
   color: #98917B;
 }
 .AnyTagClassName
 {
   color: #98917B;
 }
</style>

background-color css

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

 a { background-color: rgb(152,145,123); }

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

border-color css

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

 span { border-color: rgb(152,145,123); }

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