Html Css Color HEX #9B704A Pale Brown

📋 copy color: '#9B704A'

red 155 ◦ green 112 ◦ blue 74

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

Shades of Pale Brown #9B704A

Tints of Pale Brown #9B704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 45.45%
G = 32.84%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B704A (or 0x9B704A) is known color: Pale Brown. HEX triplet: 9B, 70 and 4A. RGB value is (155,112,74). Sum of RGB (Red+Green+Blue) = 155+112+74=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B704A is #648FB5. Grayscale: #787878. Windows color (decimal): -6590390 or 4878491. OLE color: 4878491.

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

Color convert

RGB 155 112 74 -
CMYK 0 0.28 0.52 0.39
HSL 28.15º 0.35% 0.45% -
HSV(B) 28.15º 0.52% 0.61% -
XYZ 20.55 19.05 9.07 -
YUV 120.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 155 112 74 0 0.28 0.52 0.39 28.15 0.35 0.45
Hex 9B 70 4A 0 1C 34 27 1C 23 2D
Octal 233 160 112 0 34 64 47 34 43 55
Binary 10011011 1110000 1001010 0 11100 110100 100111 11100 100011 101101

Color Harmonies of #9B704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B704A

Black with #9B704A

Text Example


Text Example

White with #9B704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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