Html Css Color HEX #9B7446 Pale Brown

📋 copy color: '#9B7446'

red 155 ◦ green 116 ◦ blue 70

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

Shades of Pale Brown #9B7446

Tints of Pale Brown #9B7446

RGB

 RED value IS 155 (60.94% from 255) = 45.45%

 GREEN value IS 116 (45.7% from 255) = 34.02%

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

R = 45.45%
G = 34.02%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B7446 (or 0x9B7446) is known color: Pale Brown. HEX triplet: 9B, 74 and 46. RGB value is (155,116,70). Sum of RGB (Red+Green+Blue) = 155+116+70=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7446 is #648BB9. Grayscale: #7A7A7A. Windows color (decimal): -6589370 or 4617371. OLE color: 4617371.

HSL color Cylindrical-coordinate representation of color #9B7446: hue angle of 32.47º 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 #9B7446 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 116 70 -
CMYK 0 0.25 0.55 0.39
HSL 32.47º 0.38% 0.44% -
HSV(B) 32.47º 0.55% 0.61% -
XYZ 20.87 19.9 8.54 -
YUV 122.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 155 116 70 0 0.25 0.55 0.39 32.47 0.38 0.44
Hex 9B 74 46 0 19 37 27 20 26 2C
Octal 233 164 106 0 31 67 47 40 46 54
Binary 10011011 1110100 1000110 0 11001 110111 100111 100000 100110 101100

Color Harmonies of #9B7446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7446

Black with #9B7446

Text Example


Text Example

White with #9B7446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,116,70); }

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

background-color css

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

 a { background-color: rgb(155,116,70); }

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

border-color css

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

 span { border-color: rgb(155,116,70); }

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