Html Css Color HEX #958B67 Gurkha

📋 copy color: '#958B67'

red 149 ◦ green 139 ◦ blue 103

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

Shades of Gurkha #958B67

Tints of Gurkha #958B67

RGB

 RED value IS 149 (58.59% from 255) = 38.11%

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

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

R = 38.11%
G = 35.55%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#958B67 (or 0x958B67) is known color: Gurkha. HEX triplet: 95, 8B and 67. RGB value is (149,139,103). Sum of RGB (Red+Green+Blue) = 149+139+103=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #958B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B67 is #6A7498. Grayscale: #8A8A8A. Windows color (decimal): -6976665 or 6785941. OLE color: 6785941.

HSL color Cylindrical-coordinate representation of color #958B67: hue angle of 46.96º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958B67 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 103 -
CMYK 0 0.07 0.31 0.42
HSL 46.96º 0.18% 0.49% -
HSV(B) 46.96º 0.31% 0.58% -
XYZ 24.08 25.83 16.55 -
YUV 137.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 149 139 103 0 0.07 0.31 0.42 46.96 0.18 0.49
Hex 95 8B 67 0 7 1F 2A 2F 12 31
Octal 225 213 147 0 7 37 52 57 22 61
Binary 10010101 10001011 1100111 0 111 11111 101010 101111 10010 110001

Color Harmonies of #958B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B67

Black with #958B67

Text Example


Text Example

White with #958B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958B67; }

 p { color: rgb(149,139,103); }

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

background-color css

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

 a { background-color: rgb(149,139,103); }

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

border-color css

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

 span { border-color: rgb(149,139,103); }

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