Html Css Color HEX #948C67 Gurkha

📋 copy color: '#948C67'

red 148 ◦ green 140 ◦ blue 103

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

Shades of Gurkha #948C67

Tints of Gurkha #948C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.34%

R = 37.85%
G = 35.81%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#948C67 (or 0x948C67) is known color: Gurkha. HEX triplet: 94, 8C and 67. RGB value is (148,140,103). Sum of RGB (Red+Green+Blue) = 148+140+103=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #948C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C67 is #6B7398. Grayscale: #8A8A8A. Windows color (decimal): -7041945 or 6786196. OLE color: 6786196.

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

Color convert

RGB 148 140 103 -
CMYK 0 0.05 0.30 0.42
HSL 49.33º 0.18% 0.49% -
HSV(B) 49.33º 0.3% 0.58% -
XYZ 24.04 26.03 16.59 -
YUV 138.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 148 140 103 0 0.05 0.30 0.42 49.33 0.18 0.49
Hex 94 8C 67 0 5 1E 2A 31 12 31
Octal 224 214 147 0 5 36 52 61 22 61
Binary 10010100 10001100 1100111 0 101 11110 101010 110001 10010 110001

Color Harmonies of #948C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C67

Black with #948C67

Text Example


Text Example

White with #948C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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