Html Css Color HEX #948C75 Gurkha

📋 copy color: '#948C75'

red 148 ◦ green 140 ◦ blue 117

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

Shades of Gurkha #948C75

Tints of Gurkha #948C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 36.54%
G = 34.57%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#948C75 (or 0x948C75) is known color: Gurkha. HEX triplet: 94, 8C and 75. RGB value is (148,140,117). Sum of RGB (Red+Green+Blue) = 148+140+117=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #948C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C75 is #6B738A. Grayscale: #8B8B8B. Windows color (decimal): -7041931 or 7703700. OLE color: 7703700.

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

Color convert

RGB 148 140 117 -
CMYK 0 0.05 0.21 0.42
HSL 44.52º 0.13% 0.52% -
HSV(B) 44.52º 0.21% 0.58% -
XYZ 24.8 26.34 20.61 -
YUV 139.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 148 140 117 0 0.05 0.21 0.42 44.52 0.13 0.52
Hex 94 8C 75 0 5 15 2A 2D D 34
Octal 224 214 165 0 5 25 52 55 15 64
Binary 10010100 10001100 1110101 0 101 10101 101010 101101 1101 110100

Color Harmonies of #948C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C75

Black with #948C75

Text Example


Text Example

White with #948C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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