Html Css Color HEX #998F69 Gurkha

📋 copy color: '#998F69'

red 153 ◦ green 143 ◦ blue 105

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

Shades of Gurkha #998F69

Tints of Gurkha #998F69

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 105 (41.41% from 255) = 26.18%

R = 38.15%
G = 35.66%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#998F69 (or 0x998F69) is known color: Gurkha. HEX triplet: 99, 8F and 69. RGB value is (153,143,105). Sum of RGB (Red+Green+Blue) = 153+143+105=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #998F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F69 is #667096. Grayscale: #8D8D8D. Windows color (decimal): -6713495 or 6918041. OLE color: 6918041.

HSL color Cylindrical-coordinate representation of color #998F69: hue angle of 47.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998F69 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 143 105 -
CMYK 0 0.07 0.31 0.4
HSL 47.5º 0.19% 0.51% -
HSV(B) 47.5º 0.31% 0.6% -
XYZ 25.51 27.44 17.32 -
YUV 141.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 153 143 105 0 0.07 0.31 0.4 47.5 0.19 0.51
Hex 99 8F 69 0 7 1F 28 30 13 33
Octal 231 217 151 0 7 37 50 60 23 63
Binary 10011001 10001111 1101001 0 111 11111 101000 110000 10011 110011

Color Harmonies of #998F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F69

Black with #998F69

Text Example


Text Example

White with #998F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998F69; }

 p { color: rgb(153,143,105); }

 H1.HeaderClassName
 {
   color: #998F69;
 }
 .AnyTagClassName
 {
   color: #998F69;
 }
</style>

background-color css

<style>
 a { background-color: #998F69; }

 a { background-color: rgb(153,143,105); }

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

border-color css

<style>
 span { border-color: #998F69; }

 span { border-color: rgb(153,143,105); }

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