Html Css Color HEX #968C63 Gurkha

📋 copy color: '#968C63'

red 150 ◦ green 140 ◦ blue 99

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

Shades of Gurkha #968C63

Tints of Gurkha #968C63

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 99 (39.06% from 255) = 25.45%

R = 38.56%
G = 35.99%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#968C63 (or 0x968C63) is known color: Gurkha. HEX triplet: 96, 8C and 63. RGB value is (150,140,99). Sum of RGB (Red+Green+Blue) = 150+140+99=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #968C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C63 is #69739C. Grayscale: #8A8A8A. Windows color (decimal): -6910877 or 6524054. OLE color: 6524054.

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

Color convert

RGB 150 140 99 -
CMYK 0 0.07 0.34 0.41
HSL 48.24º 0.2% 0.49% -
HSV(B) 48.24º 0.34% 0.59% -
XYZ 24.21 26.14 15.57 -
YUV 138.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 150 140 99 0 0.07 0.34 0.41 48.24 0.2 0.49
Hex 96 8C 63 0 7 22 29 30 14 31
Octal 226 214 143 0 7 42 51 60 24 61
Binary 10010110 10001100 1100011 0 111 100010 101001 110000 10100 110001

Color Harmonies of #968C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C63

Black with #968C63

Text Example


Text Example

White with #968C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,140,99); }

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

background-color css

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

 a { background-color: rgb(150,140,99); }

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

border-color css

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

 span { border-color: rgb(150,140,99); }

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