Html Css Color HEX #908B6C Gurkha

📋 copy color: '#908B6C'

red 144 ◦ green 139 ◦ blue 108

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

Shades of Gurkha #908B6C

Tints of Gurkha #908B6C

RGB

 RED value IS 144 (56.64% from 255) = 36.83%

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

 BLUE value IS 108 (42.58% from 255) = 27.62%

R = 36.83%
G = 35.55%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#908B6C (or 0x908B6C) is known color: Gurkha. HEX triplet: 90, 8B and 6C. RGB value is (144,139,108). Sum of RGB (Red+Green+Blue) = 144+139+108=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #908B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B6C is #6F7493. Grayscale: #898989. Windows color (decimal): -7304340 or 7113616. OLE color: 7113616.

HSL color Cylindrical-coordinate representation of color #908B6C: hue angle of 51.67º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #908B6C is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 139 108 -
CMYK 0 0.03 0.25 0.44
HSL 51.67º 0.14% 0.49% -
HSV(B) 51.67º 0.25% 0.56% -
XYZ 23.44 25.48 17.87 -
YUV 136.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 144 139 108 0 0.03 0.25 0.44 51.67 0.14 0.49
Hex 90 8B 6C 0 3 19 2C 34 E 31
Octal 220 213 154 0 3 31 54 64 16 61
Binary 10010000 10001011 1101100 0 11 11001 101100 110100 1110 110001

Color Harmonies of #908B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908B6C

Black with #908B6C

Text Example


Text Example

White with #908B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908B6C; }

 p { color: rgb(144,139,108); }

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

background-color css

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

 a { background-color: rgb(144,139,108); }

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

border-color css

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

 span { border-color: rgb(144,139,108); }

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