Html Css Color HEX #948B68 Gurkha

📋 copy color: '#948B68'

red 148 ◦ green 139 ◦ blue 104

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

Shades of Gurkha #948B68

Tints of Gurkha #948B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.55%

 BLUE value IS 104 (41.02% from 255) = 26.6%

R = 37.85%
G = 35.55%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#948B68 (or 0x948B68) is known color: Gurkha. HEX triplet: 94, 8B and 68. RGB value is (148,139,104). Sum of RGB (Red+Green+Blue) = 148+139+104=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #948B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B68 is #6B7497. Grayscale: #898989. Windows color (decimal): -7042200 or 6851476. OLE color: 6851476.

HSL color Cylindrical-coordinate representation of color #948B68: hue angle of 47.73º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #948B68 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 139 104 -
CMYK 0 0.06 0.30 0.42
HSL 47.73º 0.17% 0.49% -
HSV(B) 47.73º 0.3% 0.58% -
XYZ 23.94 25.76 16.81 -
YUV 137.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 148 139 104 0 0.06 0.30 0.42 47.73 0.17 0.49
Hex 94 8B 68 0 6 1E 2A 30 11 31
Octal 224 213 150 0 6 36 52 60 21 61
Binary 10010100 10001011 1101000 0 110 11110 101010 110000 10001 110001

Color Harmonies of #948B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B68

Black with #948B68

Text Example


Text Example

White with #948B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,139,104); }

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

background-color css

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

 a { background-color: rgb(148,139,104); }

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

border-color css

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

 span { border-color: rgb(148,139,104); }

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