Html Css Color HEX #9B704F Pale Brown

📋 copy color: '#9B704F'

red 155 ◦ green 112 ◦ blue 79

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

Shades of Pale Brown #9B704F

Tints of Pale Brown #9B704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 44.8%
G = 32.37%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B704F (or 0x9B704F) is known color: Pale Brown. HEX triplet: 9B, 70 and 4F. RGB value is (155,112,79). Sum of RGB (Red+Green+Blue) = 155+112+79=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B704F is #648FB0. Grayscale: #797979. Windows color (decimal): -6590385 or 5206171. OLE color: 5206171.

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

Color convert

RGB 155 112 79 -
CMYK 0 0.28 0.49 0.39
HSL 26.05º 0.32% 0.46% -
HSV(B) 26.05º 0.49% 0.61% -
XYZ 20.72 19.12 10 -
YUV 121.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 155 112 79 0 0.28 0.49 0.39 26.05 0.32 0.46
Hex 9B 70 4F 0 1C 31 27 1A 20 2E
Octal 233 160 117 0 34 61 47 32 40 56
Binary 10011011 1110000 1001111 0 11100 110001 100111 11010 100000 101110

Color Harmonies of #9B704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B704F

Black with #9B704F

Text Example


Text Example

White with #9B704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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