Html Css Color HEX #968B6D Gurkha

📋 copy color: '#968B6D'

red 150 ◦ green 139 ◦ blue 109

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

Shades of Gurkha #968B6D

Tints of Gurkha #968B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.92%

 BLUE value IS 109 (42.97% from 255) = 27.39%

R = 37.69%
G = 34.92%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#968B6D (or 0x968B6D) is known color: Gurkha. HEX triplet: 96, 8B and 6D. RGB value is (150,139,109). Sum of RGB (Red+Green+Blue) = 150+139+109=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B6D is #697492. Grayscale: #8B8B8B. Windows color (decimal): -6911123 or 7179158. OLE color: 7179158.

HSL color Cylindrical-coordinate representation of color #968B6D: hue angle of 43.9º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #968B6D is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 139 109 -
CMYK 0 0.07 0.27 0.41
HSL 43.9º 0.16% 0.51% -
HSV(B) 43.9º 0.27% 0.59% -
XYZ 24.57 26.05 18.2 -
YUV 138.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 150 139 109 0 0.07 0.27 0.41 43.9 0.16 0.51
Hex 96 8B 6D 0 7 1B 29 2C 10 33
Octal 226 213 155 0 7 33 51 54 20 63
Binary 10010110 10001011 1101101 0 111 11011 101001 101100 10000 110011

Color Harmonies of #968B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B6D

Black with #968B6D

Text Example


Text Example

White with #968B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,139,109); }

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

background-color css

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

 a { background-color: rgb(150,139,109); }

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

border-color css

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

 span { border-color: rgb(150,139,109); }

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