Html Css Color HEX #9B714F Pale Brown

📋 copy color: '#9B714F'

red 155 ◦ green 113 ◦ blue 79

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

Shades of Pale Brown #9B714F

Tints of Pale Brown #9B714F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.56%

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

R = 44.67%
G = 32.56%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B714F (or 0x9B714F) is known color: Pale Brown. HEX triplet: 9B, 71 and 4F. RGB value is (155,113,79). Sum of RGB (Red+Green+Blue) = 155+113+79=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B714F is #648EB0. Grayscale: #797979. Windows color (decimal): -6590129 or 5206427. OLE color: 5206427.

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

Color convert

RGB 155 113 79 -
CMYK 0 0.27 0.49 0.39
HSL 26.84º 0.32% 0.46% -
HSV(B) 26.84º 0.49% 0.61% -
XYZ 20.83 19.34 10.03 -
YUV 121.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 155 113 79 0 0.27 0.49 0.39 26.84 0.32 0.46
Hex 9B 71 4F 0 1B 31 27 1B 20 2E
Octal 233 161 117 0 33 61 47 33 40 56
Binary 10011011 1110001 1001111 0 11011 110001 100111 11011 100000 101110

Color Harmonies of #9B714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B714F

Black with #9B714F

Text Example


Text Example

White with #9B714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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