Html Css Color HEX #9C6340 Desert

📋 copy color: '#9C6340'

red 156 ◦ green 99 ◦ blue 64

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

Shades of Desert #9C6340

Tints of Desert #9C6340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.03%

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 48.9%
G = 31.03%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9C6340 (or 0x9C6340) is known color: Desert. HEX triplet: 9C, 63 and 40. RGB value is (156,99,64). Sum of RGB (Red+Green+Blue) = 156+99+64=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6340 is #639CBF. Grayscale: #707070. Windows color (decimal): -6528192 or 4219804. OLE color: 4219804.

HSL color Cylindrical-coordinate representation of color #9C6340: hue angle of 22.83º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C6340 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 99 64 -
CMYK 0 0.37 0.59 0.39
HSL 22.83º 0.42% 0.43% -
HSV(B) 22.83º 0.59% 0.61% -
XYZ 19.1 16.36 7 -
YUV 112.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 156 99 64 0 0.37 0.59 0.39 22.83 0.42 0.43
Hex 9C 63 40 0 25 3B 27 17 2A 2B
Octal 234 143 100 0 45 73 47 27 52 53
Binary 10011100 1100011 1000000 0 100101 111011 100111 10111 101010 101011

Color Harmonies of #9C6340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6340

Black with #9C6340

Text Example


Text Example

White with #9C6340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,99,64); }

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

background-color css

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

 a { background-color: rgb(156,99,64); }

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

border-color css

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

 span { border-color: rgb(156,99,64); }

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