Html Css Color HEX #948F6F Gurkha

📋 copy color: '#948F6F'

red 148 ◦ green 143 ◦ blue 111

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

Shades of Gurkha #948F6F

Tints of Gurkha #948F6F

RGB

 RED value IS 148 (58.2% from 255) = 36.82%

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

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 36.82%
G = 35.57%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#948F6F (or 0x948F6F) is known color: Gurkha. HEX triplet: 94, 8F and 6F. RGB value is (148,143,111). Sum of RGB (Red+Green+Blue) = 148+143+111=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #948F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F6F is #6B7090. Grayscale: #8C8C8C. Windows color (decimal): -7041169 or 7311252. OLE color: 7311252.

HSL color Cylindrical-coordinate representation of color #948F6F: hue angle of 51.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #948F6F is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 143 111 -
CMYK 0 0.03 0.25 0.42
HSL 51.89º 0.15% 0.51% -
HSV(B) 51.89º 0.25% 0.58% -
XYZ 24.9 27.09 18.95 -
YUV 140.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 148 143 111 0 0.03 0.25 0.42 51.89 0.15 0.51
Hex 94 8F 6F 0 3 19 2A 34 F 33
Octal 224 217 157 0 3 31 52 64 17 63
Binary 10010100 10001111 1101111 0 11 11001 101010 110100 1111 110011

Color Harmonies of #948F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F6F

Black with #948F6F

Text Example


Text Example

White with #948F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948F6F; }

 p { color: rgb(148,143,111); }

 H1.HeaderClassName
 {
   color: #948F6F;
 }
 .AnyTagClassName
 {
   color: #948F6F;
 }
</style>

background-color css

<style>
 a { background-color: #948F6F; }

 a { background-color: rgb(148,143,111); }

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

border-color css

<style>
 span { border-color: #948F6F; }

 span { border-color: rgb(148,143,111); }

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