Html Css Color HEX #9B775B Pale Brown

📋 copy color: '#9B775B'

red 155 ◦ green 119 ◦ blue 91

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

Shades of Pale Brown #9B775B

Tints of Pale Brown #9B775B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.6%

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

R = 42.47%
G = 32.6%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B775B (or 0x9B775B) is known color: Pale Brown. HEX triplet: 9B, 77 and 5B. RGB value is (155,119,91). Sum of RGB (Red+Green+Blue) = 155+119+91=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B775B is #6488A4. Grayscale: #7E7E7E. Windows color (decimal): -6588581 or 5994395. OLE color: 5994395.

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

Color convert

RGB 155 119 91 -
CMYK 0 0.23 0.41 0.39
HSL 26.25º 0.26% 0.48% -
HSV(B) 26.25º 0.41% 0.61% -
XYZ 22 20.92 12.78 -
YUV 126.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 155 119 91 0 0.23 0.41 0.39 26.25 0.26 0.48
Hex 9B 77 5B 0 17 29 27 1A 1A 30
Octal 233 167 133 0 27 51 47 32 32 60
Binary 10011011 1110111 1011011 0 10111 101001 100111 11010 11010 110000

Color Harmonies of #9B775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B775B

Black with #9B775B

Text Example


Text Example

White with #9B775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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