Html Css Color HEX #948C6F Gurkha

📋 copy color: '#948C6F'

red 148 ◦ green 140 ◦ blue 111

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

Shades of Gurkha #948C6F

Tints of Gurkha #948C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

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

R = 37.09%
G = 35.09%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#948C6F (or 0x948C6F) is known color: Gurkha. HEX triplet: 94, 8C and 6F. RGB value is (148,140,111). Sum of RGB (Red+Green+Blue) = 148+140+111=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #948C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C6F is #6B7390. Grayscale: #8B8B8B. Windows color (decimal): -7041937 or 7310484. OLE color: 7310484.

HSL color Cylindrical-coordinate representation of color #948C6F: hue angle of 47.03º 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 #948C6F is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 140 111 -
CMYK 0 0.05 0.25 0.42
HSL 47.03º 0.15% 0.51% -
HSV(B) 47.03º 0.25% 0.58% -
XYZ 24.46 26.2 18.81 -
YUV 139.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 148 140 111 0 0.05 0.25 0.42 47.03 0.15 0.51
Hex 94 8C 6F 0 5 19 2A 2F F 33
Octal 224 214 157 0 5 31 52 57 17 63
Binary 10010100 10001100 1101111 0 101 11001 101010 101111 1111 110011

Color Harmonies of #948C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C6F

Black with #948C6F

Text Example


Text Example

White with #948C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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