Html Css Color HEX #968F67 Gurkha

📋 copy color: '#968F67'

red 150 ◦ green 143 ◦ blue 103

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

Shades of Gurkha #968F67

Tints of Gurkha #968F67

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

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

R = 37.88%
G = 36.11%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#968F67 (or 0x968F67) is known color: Gurkha. HEX triplet: 96, 8F and 67. RGB value is (150,143,103). Sum of RGB (Red+Green+Blue) = 150+143+103=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #968F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F67 is #697098. Grayscale: #8C8C8C. Windows color (decimal): -6910105 or 6786966. OLE color: 6786966.

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

Color convert

RGB 150 143 103 -
CMYK 0 0.05 0.31 0.41
HSL 51.06º 0.19% 0.5% -
HSV(B) 51.06º 0.31% 0.59% -
XYZ 24.85 27.11 16.75 -
YUV 140.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 150 143 103 0 0.05 0.31 0.41 51.06 0.19 0.5
Hex 96 8F 67 0 5 1F 29 33 13 32
Octal 226 217 147 0 5 37 51 63 23 62
Binary 10010110 10001111 1100111 0 101 11111 101001 110011 10011 110010

Color Harmonies of #968F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F67

Black with #968F67

Text Example


Text Example

White with #968F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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