Html Css Color HEX #97926C Gurkha

📋 copy color: '#97926C'

red 151 ◦ green 146 ◦ blue 108

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

Shades of Gurkha #97926C

Tints of Gurkha #97926C

RGB

 RED value IS 151 (59.38% from 255) = 37.28%

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

 BLUE value IS 108 (42.58% from 255) = 26.67%

R = 37.28%
G = 36.05%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97926C (or 0x97926C) is known color: Gurkha. HEX triplet: 97, 92 and 6C. RGB value is (151,146,108). Sum of RGB (Red+Green+Blue) = 151+146+108=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 151 - color contains mainly: red. Hex color #97926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97926C is #686D93. Grayscale: #8F8F8F. Windows color (decimal): -6843796 or 7115415. OLE color: 7115415.

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

Color convert

RGB 151 146 108 -
CMYK 0 0.03 0.28 0.41
HSL 53.02º 0.17% 0.51% -
HSV(B) 53.02º 0.28% 0.59% -
XYZ 25.75 28.22 18.28 -
YUV 143.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 151 146 108 0 0.03 0.28 0.41 53.02 0.17 0.51
Hex 97 92 6C 0 3 1C 29 35 11 33
Octal 227 222 154 0 3 34 51 65 21 63
Binary 10010111 10010010 1101100 0 11 11100 101001 110101 10001 110011

Color Harmonies of #97926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97926C

Black with #97926C

Text Example


Text Example

White with #97926C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97926C; }

 p { color: rgb(151,146,108); }

 H1.HeaderClassName
 {
   color: #97926C;
 }
 .AnyTagClassName
 {
   color: #97926C;
 }
</style>

background-color css

<style>
 a { background-color: #97926C; }

 a { background-color: rgb(151,146,108); }

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

border-color css

<style>
 span { border-color: #97926C; }

 span { border-color: rgb(151,146,108); }

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