Html Css Color HEX #969062 Gurkha

📋 copy color: '#969062'

red 150 ◦ green 144 ◦ blue 98

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

Shades of Gurkha #969062

Tints of Gurkha #969062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.73%

 BLUE value IS 98 (38.67% from 255) = 25%

R = 38.27%
G = 36.73%
B = 25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#969062 (or 0x969062) is known color: Gurkha. HEX triplet: 96, 90 and 62. RGB value is (150,144,98). Sum of RGB (Red+Green+Blue) = 150+144+98=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #969062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969062 is #696F9D. Grayscale: #8C8C8C. Windows color (decimal): -6909854 or 6459542. OLE color: 6459542.

HSL color Cylindrical-coordinate representation of color #969062: hue angle of 53.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #969062 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 144 98 -
CMYK 0 0.04 0.35 0.41
HSL 53.08º 0.21% 0.49% -
HSV(B) 53.08º 0.35% 0.59% -
XYZ 24.76 27.31 15.52 -
YUV 140.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 150 144 98 0 0.04 0.35 0.41 53.08 0.21 0.49
Hex 96 90 62 0 4 23 29 35 15 31
Octal 226 220 142 0 4 43 51 65 25 61
Binary 10010110 10010000 1100010 0 100 100011 101001 110101 10101 110001

Color Harmonies of #969062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969062

Black with #969062

Text Example


Text Example

White with #969062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969062; }

 p { color: rgb(150,144,98); }

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

background-color css

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

 a { background-color: rgb(150,144,98); }

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

border-color css

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

 span { border-color: rgb(150,144,98); }

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