Html Css Color HEX #99925F Gurkha

📋 copy color: '#99925F'

red 153 ◦ green 146 ◦ blue 95

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

Shades of Gurkha #99925F

Tints of Gurkha #99925F

RGB

 RED value IS 153 (60.16% from 255) = 38.83%

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

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 38.83%
G = 37.06%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#99925F (or 0x99925F) is known color: Gurkha. HEX triplet: 99, 92 and 5F. RGB value is (153,146,95). Sum of RGB (Red+Green+Blue) = 153+146+95=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99925F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99925F is #666DA0. Grayscale: #8E8E8E. Windows color (decimal): -6712737 or 6263449. OLE color: 6263449.

HSL color Cylindrical-coordinate representation of color #99925F: hue angle of 52.76º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99925F is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 146 95 -
CMYK 0 0.05 0.38 0.4
HSL 52.76º 0.23% 0.49% -
HSV(B) 52.76º 0.38% 0.6% -
XYZ 25.48 28.16 14.92 -
YUV 142.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 153 146 95 0 0.05 0.38 0.4 52.76 0.23 0.49
Hex 99 92 5F 0 5 26 28 35 17 31
Octal 231 222 137 0 5 46 50 65 27 61
Binary 10011001 10010010 1011111 0 101 100110 101000 110101 10111 110001

Color Harmonies of #99925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99925F

Black with #99925F

Text Example


Text Example

White with #99925F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,146,95); }

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

background-color css

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

 a { background-color: rgb(153,146,95); }

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

border-color css

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

 span { border-color: rgb(153,146,95); }

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