Html Css Color HEX #9B704C Pale Brown

📋 copy color: '#9B704C'

red 155 ◦ green 112 ◦ blue 76

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

Shades of Pale Brown #9B704C

Tints of Pale Brown #9B704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.16%

R = 45.19%
G = 32.65%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B704C (or 0x9B704C) is known color: Pale Brown. HEX triplet: 9B, 70 and 4C. RGB value is (155,112,76). Sum of RGB (Red+Green+Blue) = 155+112+76=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B704C is #648FB3. Grayscale: #787878. Windows color (decimal): -6590388 or 5009563. OLE color: 5009563.

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

Color convert

RGB 155 112 76 -
CMYK 0 0.28 0.51 0.39
HSL 27.34º 0.34% 0.45% -
HSV(B) 27.34º 0.51% 0.61% -
XYZ 20.62 19.08 9.43 -
YUV 120.75 102.75 152.43 -
System Red Green Blue C M Y K H S L
Decimal 155 112 76 0 0.28 0.51 0.39 27.34 0.34 0.45
Hex 9B 70 4C 0 1C 33 27 1B 22 2D
Octal 233 160 114 0 34 63 47 33 42 55
Binary 10011011 1110000 1001100 0 11100 110011 100111 11011 100010 101101

Color Harmonies of #9B704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B704C

Black with #9B704C

Text Example


Text Example

White with #9B704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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