Html Css Color HEX #968B68 Gurkha

📋 copy color: '#968B68'

red 150 ◦ green 139 ◦ blue 104

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

Shades of Gurkha #968B68

Tints of Gurkha #968B68

RGB

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

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

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

R = 38.17%
G = 35.37%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#968B68 (or 0x968B68) is known color: Gurkha. HEX triplet: 96, 8B and 68. RGB value is (150,139,104). Sum of RGB (Red+Green+Blue) = 150+139+104=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #968B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B68 is #697497. Grayscale: #8A8A8A. Windows color (decimal): -6911128 or 6851478. OLE color: 6851478.

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

Color convert

RGB 150 139 104 -
CMYK 0 0.07 0.31 0.41
HSL 45.65º 0.18% 0.5% -
HSV(B) 45.65º 0.31% 0.59% -
XYZ 24.31 25.95 16.82 -
YUV 138.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 150 139 104 0 0.07 0.31 0.41 45.65 0.18 0.5
Hex 96 8B 68 0 7 1F 29 2E 12 32
Octal 226 213 150 0 7 37 51 56 22 62
Binary 10010110 10001011 1101000 0 111 11111 101001 101110 10010 110010

Color Harmonies of #968B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B68

Black with #968B68

Text Example


Text Example

White with #968B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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