Html Css Color HEX #968F6C Gurkha

📋 copy color: '#968F6C'

red 150 ◦ green 143 ◦ blue 108

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

Shades of Gurkha #968F6C

Tints of Gurkha #968F6C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

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

R = 37.41%
G = 35.66%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#968F6C (or 0x968F6C) is known color: Gurkha. HEX triplet: 96, 8F and 6C. RGB value is (150,143,108). Sum of RGB (Red+Green+Blue) = 150+143+108=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #968F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F6C is #697093. Grayscale: #8D8D8D. Windows color (decimal): -6910100 or 7114646. OLE color: 7114646.

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

Color convert

RGB 150 143 108 -
CMYK 0 0.05 0.28 0.41
HSL 50º 0.17% 0.51% -
HSV(B) 50º 0.28% 0.59% -
XYZ 25.11 27.21 18.12 -
YUV 141.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 150 143 108 0 0.05 0.28 0.41 50 0.17 0.51
Hex 96 8F 6C 0 5 1C 29 32 11 33
Octal 226 217 154 0 5 34 51 62 21 63
Binary 10010110 10001111 1101100 0 101 11100 101001 110010 10001 110011

Color Harmonies of #968F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F6C

Black with #968F6C

Text Example


Text Example

White with #968F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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