Html Css Color HEX #948E69 Gurkha

📋 copy color: '#948E69'

red 148 ◦ green 142 ◦ blue 105

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

Shades of Gurkha #948E69

Tints of Gurkha #948E69

RGB

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

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

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

R = 37.47%
G = 35.95%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#948E69 (or 0x948E69) is known color: Gurkha. HEX triplet: 94, 8E and 69. RGB value is (148,142,105). Sum of RGB (Red+Green+Blue) = 148+142+105=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #948E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E69 is #6B7196. Grayscale: #8B8B8B. Windows color (decimal): -7041431 or 6917780. OLE color: 6917780.

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

Color convert

RGB 148 142 105 -
CMYK 0 0.04 0.29 0.42
HSL 51.63º 0.17% 0.5% -
HSV(B) 51.63º 0.29% 0.58% -
XYZ 24.44 26.66 17.22 -
YUV 139.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 148 142 105 0 0.04 0.29 0.42 51.63 0.17 0.5
Hex 94 8E 69 0 4 1D 2A 34 11 32
Octal 224 216 151 0 4 35 52 64 21 62
Binary 10010100 10001110 1101001 0 100 11101 101010 110100 10001 110010

Color Harmonies of #948E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E69

Black with #948E69

Text Example


Text Example

White with #948E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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