Html Css Color HEX #969068 Gurkha

📋 copy color: '#969068'

red 150 ◦ green 144 ◦ blue 104

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

Shades of Gurkha #969068

Tints of Gurkha #969068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.13%

R = 37.69%
G = 36.18%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#969068 (or 0x969068) is known color: Gurkha. HEX triplet: 96, 90 and 68. RGB value is (150,144,104). Sum of RGB (Red+Green+Blue) = 150+144+104=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #969068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969068 is #696F97. Grayscale: #8D8D8D. Windows color (decimal): -6909848 or 6852758. OLE color: 6852758.

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

Color convert

RGB 150 144 104 -
CMYK 0 0.04 0.31 0.41
HSL 52.17º 0.18% 0.5% -
HSV(B) 52.17º 0.31% 0.59% -
XYZ 25.05 27.43 17.07 -
YUV 141.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 150 144 104 0 0.04 0.31 0.41 52.17 0.18 0.5
Hex 96 90 68 0 4 1F 29 34 12 32
Octal 226 220 150 0 4 37 51 64 22 62
Binary 10010110 10010000 1101000 0 100 11111 101001 110100 10010 110010

Color Harmonies of #969068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969068

Black with #969068

Text Example


Text Example

White with #969068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969068; }

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

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

background-color css

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

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

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

border-color css

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

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

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