Html Css Color HEX #9B704E Pale Brown

📋 copy color: '#9B704E'

red 155 ◦ green 112 ◦ blue 78

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

Shades of Pale Brown #9B704E

Tints of Pale Brown #9B704E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.61%

R = 44.93%
G = 32.46%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B704E (or 0x9B704E) is known color: Pale Brown. HEX triplet: 9B, 70 and 4E. RGB value is (155,112,78). Sum of RGB (Red+Green+Blue) = 155+112+78=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B704E is #648FB1. Grayscale: #797979. Windows color (decimal): -6590386 or 5140635. OLE color: 5140635.

HSL color Cylindrical-coordinate representation of color #9B704E: hue angle of 26.49º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B704E is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 112 78 -
CMYK 0 0.28 0.50 0.39
HSL 26.49º 0.33% 0.46% -
HSV(B) 26.49º 0.5% 0.61% -
XYZ 20.69 19.11 9.81 -
YUV 120.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 155 112 78 0 0.28 0.50 0.39 26.49 0.33 0.46
Hex 9B 70 4E 0 1C 32 27 1A 21 2E
Octal 233 160 116 0 34 62 47 32 41 56
Binary 10011011 1110000 1001110 0 11100 110010 100111 11010 100001 101110

Color Harmonies of #9B704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B704E

Black with #9B704E

Text Example


Text Example

White with #9B704E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,78); }

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

background-color css

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

 a { background-color: rgb(155,112,78); }

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

border-color css

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

 span { border-color: rgb(155,112,78); }

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