Html Css Color HEX #9B755B Pale Brown

📋 copy color: '#9B755B'

red 155 ◦ green 117 ◦ blue 91

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

Shades of Pale Brown #9B755B

Tints of Pale Brown #9B755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 42.7%
G = 32.23%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B755B (or 0x9B755B) is known color: Pale Brown. HEX triplet: 9B, 75 and 5B. RGB value is (155,117,91). Sum of RGB (Red+Green+Blue) = 155+117+91=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B755B is #648AA4. Grayscale: #7D7D7D. Windows color (decimal): -6589093 or 5993883. OLE color: 5993883.

HSL color Cylindrical-coordinate representation of color #9B755B: hue angle of 24.38º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B755B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 117 91 -
CMYK 0 0.25 0.41 0.39
HSL 24.38º 0.26% 0.48% -
HSV(B) 24.38º 0.41% 0.61% -
XYZ 21.77 20.45 12.7 -
YUV 125.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 155 117 91 0 0.25 0.41 0.39 24.38 0.26 0.48
Hex 9B 75 5B 0 19 29 27 18 1A 30
Octal 233 165 133 0 31 51 47 30 32 60
Binary 10011011 1110101 1011011 0 11001 101001 100111 11000 11010 110000

Color Harmonies of #9B755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B755B

Black with #9B755B

Text Example


Text Example

White with #9B755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,117,91); }

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

background-color css

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

 a { background-color: rgb(155,117,91); }

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

border-color css

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

 span { border-color: rgb(155,117,91); }

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