Html Css Color HEX #9C7046 Pale Brown

📋 copy color: '#9C7046'

red 156 ◦ green 112 ◦ blue 70

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

Shades of Pale Brown #9C7046

Tints of Pale Brown #9C7046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 46.15%
G = 33.14%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9C7046 (or 0x9C7046) is known color: Pale Brown. HEX triplet: 9C, 70 and 46. RGB value is (156,112,70). Sum of RGB (Red+Green+Blue) = 156+112+70=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7046 is #638FB9. Grayscale: #787878. Windows color (decimal): -6524858 or 4616348. OLE color: 4616348.

HSL color Cylindrical-coordinate representation of color #9C7046: hue angle of 29.3º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C7046 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 112 70 -
CMYK 0 0.28 0.55 0.39
HSL 29.3º 0.38% 0.44% -
HSV(B) 29.3º 0.55% 0.61% -
XYZ 20.61 19.1 8.39 -
YUV 120.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 156 112 70 0 0.28 0.55 0.39 29.3 0.38 0.44
Hex 9C 70 46 0 1C 37 27 1D 26 2C
Octal 234 160 106 0 34 67 47 35 46 54
Binary 10011100 1110000 1000110 0 11100 110111 100111 11101 100110 101100

Color Harmonies of #9C7046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7046

Black with #9C7046

Text Example


Text Example

White with #9C7046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,112,70); }

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

background-color css

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

 a { background-color: rgb(156,112,70); }

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

border-color css

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

 span { border-color: rgb(156,112,70); }

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