Html Css Color HEX #948C69 Gurkha

📋 copy color: '#948C69'

red 148 ◦ green 140 ◦ blue 105

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

Shades of Gurkha #948C69

Tints of Gurkha #948C69

RGB

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

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

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

R = 37.66%
G = 35.62%
B = 26.72%

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

#948C69 (or 0x948C69) is known color: Gurkha. HEX triplet: 94, 8C and 69. RGB value is (148,140,105). Sum of RGB (Red+Green+Blue) = 148+140+105=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #948C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C69 is #6B7396. Grayscale: #8A8A8A. Windows color (decimal): -7041943 or 6917268. OLE color: 6917268.

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

Color convert

RGB 148 140 105 -
CMYK 0 0.05 0.29 0.42
HSL 48.84º 0.17% 0.5% -
HSV(B) 48.84º 0.29% 0.58% -
XYZ 24.14 26.07 17.12 -
YUV 138.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 148 140 105 0 0.05 0.29 0.42 48.84 0.17 0.5
Hex 94 8C 69 0 5 1D 2A 31 11 32
Octal 224 214 151 0 5 35 52 61 21 62
Binary 10010100 10001100 1101001 0 101 11101 101010 110001 10001 110010

Color Harmonies of #948C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C69

Black with #948C69

Text Example


Text Example

White with #948C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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