Html Css Color HEX #948F70 Gurkha

📋 copy color: '#948F70'

red 148 ◦ green 143 ◦ blue 112

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

Shades of Gurkha #948F70

Tints of Gurkha #948F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

 BLUE value IS 112 (44.14% from 255) = 27.79%

R = 36.72%
G = 35.48%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#948F70 (or 0x948F70) is known color: Gurkha. HEX triplet: 94, 8F and 70. RGB value is (148,143,112). Sum of RGB (Red+Green+Blue) = 148+143+112=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #948F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F70 is #6B708F. Grayscale: #8D8D8D. Windows color (decimal): -7041168 or 7376788. OLE color: 7376788.

HSL color Cylindrical-coordinate representation of color #948F70: hue angle of 51.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #948F70 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 143 112 -
CMYK 0 0.03 0.24 0.42
HSL 51.67º 0.14% 0.51% -
HSV(B) 51.67º 0.24% 0.58% -
XYZ 24.96 27.11 19.25 -
YUV 140.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 148 143 112 0 0.03 0.24 0.42 51.67 0.14 0.51
Hex 94 8F 70 0 3 18 2A 34 E 33
Octal 224 217 160 0 3 30 52 64 16 63
Binary 10010100 10001111 1110000 0 11 11000 101010 110100 1110 110011

Color Harmonies of #948F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F70

Black with #948F70

Text Example


Text Example

White with #948F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,143,112); }

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

background-color css

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

 a { background-color: rgb(148,143,112); }

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

border-color css

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

 span { border-color: rgb(148,143,112); }

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