Html Css Color HEX #908E7B Gurkha

📋 copy color: '#908E7B'

red 144 ◦ green 142 ◦ blue 123

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

Shades of Gurkha #908E7B

Tints of Gurkha #908E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.72%

 BLUE value IS 123 (48.44% from 255) = 30.07%

R = 35.21%
G = 34.72%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#908E7B (or 0x908E7B) is known color: Gurkha. HEX triplet: 90, 8E and 7B. RGB value is (144,142,123). Sum of RGB (Red+Green+Blue) = 144+142+123=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #908E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E7B is #6F7184. Grayscale: #8C8C8C. Windows color (decimal): -7303557 or 8097424. OLE color: 8097424.

HSL color Cylindrical-coordinate representation of color #908E7B: hue angle of 54.29º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #908E7B is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 142 123 -
CMYK 0 0.01 0.15 0.44
HSL 54.29º 0.09% 0.52% -
HSV(B) 54.29º 0.15% 0.56% -
XYZ 24.75 26.71 22.59 -
YUV 140.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 144 142 123 0 0.01 0.15 0.44 54.29 0.09 0.52
Hex 90 8E 7B 0 1 F 2C 36 9 34
Octal 220 216 173 0 1 17 54 66 11 64
Binary 10010000 10001110 1111011 0 1 1111 101100 110110 1001 110100

Color Harmonies of #908E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908E7B

Black with #908E7B

Text Example


Text Example

White with #908E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,142,123); }

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

background-color css

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

 a { background-color: rgb(144,142,123); }

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

border-color css

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

 span { border-color: rgb(144,142,123); }

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