Html Css Color HEX #9B775A Pale Brown

📋 copy color: '#9B775A'

red 155 ◦ green 119 ◦ blue 90

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

Shades of Pale Brown #9B775A

Tints of Pale Brown #9B775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 42.58%
G = 32.69%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B775A (or 0x9B775A) is known color: Pale Brown. HEX triplet: 9B, 77 and 5A. RGB value is (155,119,90). Sum of RGB (Red+Green+Blue) = 155+119+90=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B775A is #6488A5. Grayscale: #7E7E7E. Windows color (decimal): -6588582 or 5928859. OLE color: 5928859.

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

Color convert

RGB 155 119 90 -
CMYK 0 0.23 0.42 0.39
HSL 26.77º 0.27% 0.48% -
HSV(B) 26.77º 0.42% 0.61% -
XYZ 21.96 20.9 12.55 -
YUV 126.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 155 119 90 0 0.23 0.42 0.39 26.77 0.27 0.48
Hex 9B 77 5A 0 17 2A 27 1B 1B 30
Octal 233 167 132 0 27 52 47 33 33 60
Binary 10011011 1110111 1011010 0 10111 101010 100111 11011 11011 110000

Color Harmonies of #9B775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B775A

Black with #9B775A

Text Example


Text Example

White with #9B775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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