Html Css Color HEX #968D6C Gurkha

📋 copy color: '#968D6C'

red 150 ◦ green 141 ◦ blue 108

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

Shades of Gurkha #968D6C

Tints of Gurkha #968D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.34%

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

R = 37.59%
G = 35.34%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#968D6C (or 0x968D6C) is known color: Gurkha. HEX triplet: 96, 8D and 6C. RGB value is (150,141,108). Sum of RGB (Red+Green+Blue) = 150+141+108=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #968D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D6C is #697293. Grayscale: #8C8C8C. Windows color (decimal): -6910612 or 7114134. OLE color: 7114134.

HSL color Cylindrical-coordinate representation of color #968D6C: hue angle of 47.14º 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 #968D6C is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 141 108 -
CMYK 0 0.06 0.28 0.41
HSL 47.14º 0.17% 0.51% -
HSV(B) 47.14º 0.28% 0.59% -
XYZ 24.81 26.62 18.02 -
YUV 139.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 150 141 108 0 0.06 0.28 0.41 47.14 0.17 0.51
Hex 96 8D 6C 0 6 1C 29 2F 11 33
Octal 226 215 154 0 6 34 51 57 21 63
Binary 10010110 10001101 1101100 0 110 11100 101001 101111 10001 110011

Color Harmonies of #968D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D6C

Black with #968D6C

Text Example


Text Example

White with #968D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968D6C; }

 p { color: rgb(150,141,108); }

 H1.HeaderClassName
 {
   color: #968D6C;
 }
 .AnyTagClassName
 {
   color: #968D6C;
 }
</style>

background-color css

<style>
 a { background-color: #968D6C; }

 a { background-color: rgb(150,141,108); }

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

border-color css

<style>
 span { border-color: #968D6C; }

 span { border-color: rgb(150,141,108); }

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