Html Css Color HEX #9C8F67 Gurkha

📋 copy color: '#9C8F67'

red 156 ◦ green 143 ◦ blue 103

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

Shades of Gurkha #9C8F67

Tints of Gurkha #9C8F67

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

 BLUE value IS 103 (40.63% from 255) = 25.62%

R = 38.81%
G = 35.57%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9C8F67 (or 0x9C8F67) is known color: Gurkha. HEX triplet: 9C, 8F and 67. RGB value is (156,143,103). Sum of RGB (Red+Green+Blue) = 156+143+103=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8F67 is #637098. Grayscale: #8E8E8E. Windows color (decimal): -6516889 or 6786972. OLE color: 6786972.

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

Color convert

RGB 156 143 103 -
CMYK 0 0.08 0.34 0.39
HSL 45.28º 0.21% 0.51% -
HSV(B) 45.28º 0.34% 0.61% -
XYZ 25.98 27.69 16.81 -
YUV 142.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 156 143 103 0 0.08 0.34 0.39 45.28 0.21 0.51
Hex 9C 8F 67 0 8 22 27 2D 15 33
Octal 234 217 147 0 10 42 47 55 25 63
Binary 10011100 10001111 1100111 0 1000 100010 100111 101101 10101 110011

Color Harmonies of #9C8F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8F67

Black with #9C8F67

Text Example


Text Example

White with #9C8F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,143,103); }

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

background-color css

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

 a { background-color: rgb(156,143,103); }

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

border-color css

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

 span { border-color: rgb(156,143,103); }

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