Html Css Color HEX #948E6B Gurkha

📋 copy color: '#948E6B'

red 148 ◦ green 142 ◦ blue 107

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

Shades of Gurkha #948E6B

Tints of Gurkha #948E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.77%

 BLUE value IS 107 (42.19% from 255) = 26.95%

R = 37.28%
G = 35.77%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#948E6B (or 0x948E6B) is known color: Gurkha. HEX triplet: 94, 8E and 6B. RGB value is (148,142,107). Sum of RGB (Red+Green+Blue) = 148+142+107=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #948E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E6B is #6B7194. Grayscale: #8B8B8B. Windows color (decimal): -7041429 or 7048852. OLE color: 7048852.

HSL color Cylindrical-coordinate representation of color #948E6B: hue angle of 51.22º degrees, saturation: 0.16, 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 #948E6B is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 142 107 -
CMYK 0 0.04 0.28 0.42
HSL 51.22º 0.16% 0.5% -
HSV(B) 51.22º 0.28% 0.58% -
XYZ 24.54 26.7 17.77 -
YUV 139.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 148 142 107 0 0.04 0.28 0.42 51.22 0.16 0.5
Hex 94 8E 6B 0 4 1C 2A 33 10 32
Octal 224 216 153 0 4 34 52 63 20 62
Binary 10010100 10001110 1101011 0 100 11100 101010 110011 10000 110010

Color Harmonies of #948E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E6B

Black with #948E6B

Text Example


Text Example

White with #948E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,142,107); }

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

background-color css

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

 a { background-color: rgb(148,142,107); }

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

border-color css

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

 span { border-color: rgb(148,142,107); }

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