Html Css Color HEX #98927B Gurkha

📋 copy color: '#98927B'

red 152 ◦ green 146 ◦ blue 123

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

Shades of Gurkha #98927B

Tints of Gurkha #98927B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.68%

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

R = 36.1%
G = 34.68%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98927B (or 0x98927B) is known color: Gurkha. HEX triplet: 98, 92 and 7B. RGB value is (152,146,123). Sum of RGB (Red+Green+Blue) = 152+146+123=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #98927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98927B is #676D84. Grayscale: #919191. Windows color (decimal): -6778245 or 8098456. OLE color: 8098456.

HSL color Cylindrical-coordinate representation of color #98927B: hue angle of 47.59º 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 #98927B is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 146 123 -
CMYK 0 0.04 0.19 0.40
HSL 47.59º 0.12% 0.54% -
HSV(B) 47.59º 0.19% 0.6% -
XYZ 26.8 28.66 22.86 -
YUV 145.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 152 146 123 0 0.04 0.19 0.40 47.59 0.12 0.54
Hex 98 92 7B 0 4 13 28 30 C 36
Octal 230 222 173 0 4 23 50 60 14 66
Binary 10011000 10010010 1111011 0 100 10011 101000 110000 1100 110110

Color Harmonies of #98927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98927B

Black with #98927B

Text Example


Text Example

White with #98927B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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