Html Css Color HEX #96926B Gurkha

📋 copy color: '#96926B'

red 150 ◦ green 146 ◦ blue 107

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

Shades of Gurkha #96926B

Tints of Gurkha #96926B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.23%

 BLUE value IS 107 (42.19% from 255) = 26.55%

R = 37.22%
G = 36.23%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96926B (or 0x96926B) is known color: Gurkha. HEX triplet: 96, 92 and 6B. RGB value is (150,146,107). Sum of RGB (Red+Green+Blue) = 150+146+107=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #96926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96926B is #696D94. Grayscale: #8E8E8E. Windows color (decimal): -6909333 or 7049878. OLE color: 7049878.

HSL color Cylindrical-coordinate representation of color #96926B: hue angle of 54.42º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96926B is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 107 -
CMYK 0 0.03 0.29 0.41
HSL 54.42º 0.17% 0.5% -
HSV(B) 54.42º 0.29% 0.59% -
XYZ 25.51 28.1 17.99 -
YUV 142.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 150 146 107 0 0.03 0.29 0.41 54.42 0.17 0.5
Hex 96 92 6B 0 3 1D 29 36 11 32
Octal 226 222 153 0 3 35 51 66 21 62
Binary 10010110 10010010 1101011 0 11 11101 101001 110110 10001 110010

Color Harmonies of #96926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96926B

Black with #96926B

Text Example


Text Example

White with #96926B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,146,107); }

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

background-color css

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

 a { background-color: rgb(150,146,107); }

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

border-color css

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

 span { border-color: rgb(150,146,107); }

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