Html Css Color HEX #96947B Gurkha

📋 copy color: '#96947B'

red 150 ◦ green 148 ◦ blue 123

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

Shades of Gurkha #96947B

Tints of Gurkha #96947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.22%

R = 35.63%
G = 35.15%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96947B (or 0x96947B) is known color: Gurkha. HEX triplet: 96, 94 and 7B. RGB value is (150,148,123). Sum of RGB (Red+Green+Blue) = 150+148+123=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #96947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96947B is #696B84. Grayscale: #919191. Windows color (decimal): -6908805 or 8098966. OLE color: 8098966.

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

Color convert

RGB 150 148 123 -
CMYK 0 0.01 0.18 0.41
HSL 55.56º 0.11% 0.54% -
HSV(B) 55.56º 0.18% 0.59% -
XYZ 26.74 29.09 22.95 -
YUV 145.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 150 148 123 0 0.01 0.18 0.41 55.56 0.11 0.54
Hex 96 94 7B 0 1 12 29 38 B 36
Octal 226 224 173 0 1 22 51 70 13 66
Binary 10010110 10010100 1111011 0 1 10010 101001 111000 1011 110110

Color Harmonies of #96947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96947B

Black with #96947B

Text Example


Text Example

White with #96947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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