Html Css Color HEX #908C70 Gurkha

📋 copy color: '#908C70'

red 144 ◦ green 140 ◦ blue 112

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

Shades of Gurkha #908C70

Tints of Gurkha #908C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.35%

 BLUE value IS 112 (44.14% from 255) = 28.28%

R = 36.36%
G = 35.35%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#908C70 (or 0x908C70) is known color: Gurkha. HEX triplet: 90, 8C and 70. RGB value is (144,140,112). Sum of RGB (Red+Green+Blue) = 144+140+112=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #908C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C70 is #6F738F. Grayscale: #8A8A8A. Windows color (decimal): -7304080 or 7376016. OLE color: 7376016.

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

Color convert

RGB 144 140 112 -
CMYK 0 0.03 0.22 0.44
HSL 52.5º 0.13% 0.5% -
HSV(B) 52.5º 0.22% 0.56% -
XYZ 23.8 25.86 19.07 -
YUV 138 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 144 140 112 0 0.03 0.22 0.44 52.5 0.13 0.5
Hex 90 8C 70 0 3 16 2C 34 D 32
Octal 220 214 160 0 3 26 54 64 15 62
Binary 10010000 10001100 1110000 0 11 10110 101100 110100 1101 110010

Color Harmonies of #908C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908C70

Black with #908C70

Text Example


Text Example

White with #908C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,140,112); }

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

background-color css

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

 a { background-color: rgb(144,140,112); }

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

border-color css

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

 span { border-color: rgb(144,140,112); }

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