Html Css Color HEX #948D69 Gurkha

📋 copy color: '#948D69'

red 148 ◦ green 141 ◦ blue 105

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

Shades of Gurkha #948D69

Tints of Gurkha #948D69

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.79%

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

R = 37.56%
G = 35.79%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#948D69 (or 0x948D69) is known color: Gurkha. HEX triplet: 94, 8D and 69. RGB value is (148,141,105). Sum of RGB (Red+Green+Blue) = 148+141+105=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #948D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D69 is #6B7296. Grayscale: #8B8B8B. Windows color (decimal): -7041687 or 6917524. OLE color: 6917524.

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

Color convert

RGB 148 141 105 -
CMYK 0 0.05 0.29 0.42
HSL 50.23º 0.17% 0.5% -
HSV(B) 50.23º 0.29% 0.58% -
XYZ 24.29 26.37 17.17 -
YUV 138.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 148 141 105 0 0.05 0.29 0.42 50.23 0.17 0.5
Hex 94 8D 69 0 5 1D 2A 32 11 32
Octal 224 215 151 0 5 35 52 62 21 62
Binary 10010100 10001101 1101001 0 101 11101 101010 110010 10001 110010

Color Harmonies of #948D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D69

Black with #948D69

Text Example


Text Example

White with #948D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,141,105); }

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

background-color css

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

 a { background-color: rgb(148,141,105); }

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

border-color css

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

 span { border-color: rgb(148,141,105); }

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