Html Css Color HEX #98926B Gurkha

📋 copy color: '#98926B'

red 152 ◦ green 146 ◦ blue 107

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

Shades of Gurkha #98926B

Tints of Gurkha #98926B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.42%

R = 37.53%
G = 36.05%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98926B (or 0x98926B) is known color: Gurkha. HEX triplet: 98, 92 and 6B. RGB value is (152,146,107). Sum of RGB (Red+Green+Blue) = 152+146+107=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #98926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98926B is #676D94. Grayscale: #8F8F8F. Windows color (decimal): -6778261 or 7049880. OLE color: 7049880.

HSL color Cylindrical-coordinate representation of color #98926B: hue angle of 52º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98926B is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 146 107 -
CMYK 0 0.04 0.30 0.40
HSL 52º 0.18% 0.51% -
HSV(B) 52º 0.3% 0.6% -
XYZ 25.88 28.29 18.01 -
YUV 143.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 152 146 107 0 0.04 0.30 0.40 52 0.18 0.51
Hex 98 92 6B 0 4 1E 28 34 12 33
Octal 230 222 153 0 4 36 50 64 22 63
Binary 10011000 10010010 1101011 0 100 11110 101000 110100 10010 110011

Color Harmonies of #98926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98926B

Black with #98926B

Text Example


Text Example

White with #98926B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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