Html Css Color HEX #9C905F Gurkha

📋 copy color: '#9C905F'

red 156 ◦ green 144 ◦ blue 95

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

Shades of Gurkha #9C905F

Tints of Gurkha #9C905F

RGB

 RED value IS 156 (61.33% from 255) = 39.49%

 GREEN value IS 144 (56.64% from 255) = 36.46%

 BLUE value IS 95 (37.5% from 255) = 24.05%

R = 39.49%
G = 36.46%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9C905F (or 0x9C905F) is known color: Gurkha. HEX triplet: 9C, 90 and 5F. RGB value is (156,144,95). Sum of RGB (Red+Green+Blue) = 156+144+95=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C905F is #636FA0. Grayscale: #8E8E8E. Windows color (decimal): -6516641 or 6262940. OLE color: 6262940.

HSL color Cylindrical-coordinate representation of color #9C905F: hue angle of 48.2º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C905F is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 144 95 -
CMYK 0 0.08 0.39 0.39
HSL 48.2º 0.24% 0.49% -
HSV(B) 48.2º 0.39% 0.61% -
XYZ 25.75 27.84 14.84 -
YUV 142 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 156 144 95 0 0.08 0.39 0.39 48.2 0.24 0.49
Hex 9C 90 5F 0 8 27 27 30 18 31
Octal 234 220 137 0 10 47 47 60 30 61
Binary 10011100 10010000 1011111 0 1000 100111 100111 110000 11000 110001

Color Harmonies of #9C905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C905F

Black with #9C905F

Text Example


Text Example

White with #9C905F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C905F; }

 p { color: rgb(156,144,95); }

 H1.HeaderClassName
 {
   color: #9C905F;
 }
 .AnyTagClassName
 {
   color: #9C905F;
 }
</style>

background-color css

<style>
 a { background-color: #9C905F; }

 a { background-color: rgb(156,144,95); }

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

border-color css

<style>
 span { border-color: #9C905F; }

 span { border-color: rgb(156,144,95); }

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