Html Css Color HEX #968C67 Gurkha

📋 copy color: '#968C67'

red 150 ◦ green 140 ◦ blue 103

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

Shades of Gurkha #968C67

Tints of Gurkha #968C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.21%

R = 38.17%
G = 35.62%
B = 26.21%

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

#968C67 (or 0x968C67) is known color: Gurkha. HEX triplet: 96, 8C and 67. RGB value is (150,140,103). Sum of RGB (Red+Green+Blue) = 150+140+103=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #968C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C67 is #697398. Grayscale: #8A8A8A. Windows color (decimal): -6910873 or 6786198. OLE color: 6786198.

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

Color convert

RGB 150 140 103 -
CMYK 0 0.07 0.31 0.41
HSL 47.23º 0.19% 0.5% -
HSV(B) 47.23º 0.31% 0.59% -
XYZ 24.4 26.22 16.61 -
YUV 138.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 150 140 103 0 0.07 0.31 0.41 47.23 0.19 0.5
Hex 96 8C 67 0 7 1F 29 2F 13 32
Octal 226 214 147 0 7 37 51 57 23 62
Binary 10010110 10001100 1100111 0 111 11111 101001 101111 10011 110010

Color Harmonies of #968C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C67

Black with #968C67

Text Example


Text Example

White with #968C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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