Html Css Color HEX #948A6A Gurkha

📋 copy color: '#948A6A'

red 148 ◦ green 138 ◦ blue 106

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

Shades of Gurkha #948A6A

Tints of Gurkha #948A6A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.2%

 BLUE value IS 106 (41.8% from 255) = 27.04%

R = 37.76%
G = 35.2%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#948A6A (or 0x948A6A) is known color: Gurkha. HEX triplet: 94, 8A and 6A. RGB value is (148,138,106). Sum of RGB (Red+Green+Blue) = 148+138+106=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #948A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A6A is #6B7595. Grayscale: #898989. Windows color (decimal): -7042454 or 6982292. OLE color: 6982292.

HSL color Cylindrical-coordinate representation of color #948A6A: hue angle of 45.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #948A6A is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 138 106 -
CMYK 0 0.07 0.28 0.42
HSL 45.71º 0.17% 0.5% -
HSV(B) 45.71º 0.28% 0.58% -
XYZ 23.9 25.51 17.3 -
YUV 137.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 148 138 106 0 0.07 0.28 0.42 45.71 0.17 0.5
Hex 94 8A 6A 0 7 1C 2A 2E 11 32
Octal 224 212 152 0 7 34 52 56 21 62
Binary 10010100 10001010 1101010 0 111 11100 101010 101110 10001 110010

Color Harmonies of #948A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A6A

Black with #948A6A

Text Example


Text Example

White with #948A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,138,106); }

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

background-color css

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

 a { background-color: rgb(148,138,106); }

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

border-color css

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

 span { border-color: rgb(148,138,106); }

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