Html Css Color HEX #96947D Gurkha

📋 copy color: '#96947D'

red 150 ◦ green 148 ◦ blue 125

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

Shades of Gurkha #96947D

Tints of Gurkha #96947D

RGB

 RED value IS 150 (58.98% from 255) = 35.46%

 GREEN value IS 148 (58.2% from 255) = 34.99%

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 35.46%
G = 34.99%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96947D (or 0x96947D) is known color: Gurkha. HEX triplet: 96, 94 and 7D. RGB value is (150,148,125). Sum of RGB (Red+Green+Blue) = 150+148+125=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #96947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96947D is #696B82. Grayscale: #929292. Windows color (decimal): -6908803 or 8230038. OLE color: 8230038.

HSL color Cylindrical-coordinate representation of color #96947D: hue angle of 55.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96947D is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 125 -
CMYK 0 0.01 0.17 0.41
HSL 55.2º 0.11% 0.54% -
HSV(B) 55.2º 0.17% 0.59% -
XYZ 26.87 29.14 23.61 -
YUV 145.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 150 148 125 0 0.01 0.17 0.41 55.2 0.11 0.54
Hex 96 94 7D 0 1 11 29 37 B 36
Octal 226 224 175 0 1 21 51 67 13 66
Binary 10010110 10010100 1111101 0 1 10001 101001 110111 1011 110110

Color Harmonies of #96947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96947D

Black with #96947D

Text Example


Text Example

White with #96947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96947D; }

 p { color: rgb(150,148,125); }

 H1.HeaderClassName
 {
   color: #96947D;
 }
 .AnyTagClassName
 {
   color: #96947D;
 }
</style>

background-color css

<style>
 a { background-color: #96947D; }

 a { background-color: rgb(150,148,125); }

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

border-color css

<style>
 span { border-color: #96947D; }

 span { border-color: rgb(150,148,125); }

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