Html Css Color HEX #96926A Gurkha

📋 copy color: '#96926A'

red 150 ◦ green 146 ◦ blue 106

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

Shades of Gurkha #96926A

Tints of Gurkha #96926A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.37%

R = 37.31%
G = 36.32%
B = 26.37%

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

#96926A (or 0x96926A) is known color: Gurkha. HEX triplet: 96, 92 and 6A. RGB value is (150,146,106). Sum of RGB (Red+Green+Blue) = 150+146+106=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #96926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96926A is #696D95. Grayscale: #8E8E8E. Windows color (decimal): -6909334 or 6984342. OLE color: 6984342.

HSL color Cylindrical-coordinate representation of color #96926A: hue angle of 54.55º 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 #96926A is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 106 -
CMYK 0 0.03 0.29 0.41
HSL 54.55º 0.17% 0.5% -
HSV(B) 54.55º 0.29% 0.59% -
XYZ 25.46 28.08 17.71 -
YUV 142.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 150 146 106 0 0.03 0.29 0.41 54.55 0.17 0.5
Hex 96 92 6A 0 3 1D 29 37 11 32
Octal 226 222 152 0 3 35 51 67 21 62
Binary 10010110 10010010 1101010 0 11 11101 101001 110111 10001 110010

Color Harmonies of #96926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96926A

Black with #96926A

Text Example


Text Example

White with #96926A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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