Html Css Color HEX #908B75 Gurkha

📋 copy color: '#908B75'

red 144 ◦ green 139 ◦ blue 117

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

Shades of Gurkha #908B75

Tints of Gurkha #908B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 36%
G = 34.75%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#908B75 (or 0x908B75) is known color: Gurkha. HEX triplet: 90, 8B and 75. RGB value is (144,139,117). Sum of RGB (Red+Green+Blue) = 144+139+117=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #908B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B75 is #6F748A. Grayscale: #8A8A8A. Windows color (decimal): -7304331 or 7703440. OLE color: 7703440.

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

Color convert

RGB 144 139 117 -
CMYK 0 0.03 0.19 0.44
HSL 48.89º 0.11% 0.51% -
HSV(B) 48.89º 0.19% 0.56% -
XYZ 23.95 25.68 20.52 -
YUV 137.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 144 139 117 0 0.03 0.19 0.44 48.89 0.11 0.51
Hex 90 8B 75 0 3 13 2C 31 B 33
Octal 220 213 165 0 3 23 54 61 13 63
Binary 10010000 10001011 1110101 0 11 10011 101100 110001 1011 110011

Color Harmonies of #908B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908B75

Black with #908B75

Text Example


Text Example

White with #908B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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