Html Css Color HEX #9B765B Pale Brown

📋 copy color: '#9B765B'

red 155 ◦ green 118 ◦ blue 91

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

Shades of Pale Brown #9B765B

Tints of Pale Brown #9B765B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

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

R = 42.58%
G = 32.42%
B = 25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B765B (or 0x9B765B) is known color: Pale Brown. HEX triplet: 9B, 76 and 5B. RGB value is (155,118,91). Sum of RGB (Red+Green+Blue) = 155+118+91=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B765B is #6489A4. Grayscale: #7E7E7E. Windows color (decimal): -6588837 or 5994139. OLE color: 5994139.

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

Color convert

RGB 155 118 91 -
CMYK 0 0.24 0.41 0.39
HSL 25.31º 0.26% 0.48% -
HSV(B) 25.31º 0.41% 0.61% -
XYZ 21.88 20.68 12.74 -
YUV 125.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 155 118 91 0 0.24 0.41 0.39 25.31 0.26 0.48
Hex 9B 76 5B 0 18 29 27 19 1A 30
Octal 233 166 133 0 30 51 47 31 32 60
Binary 10011011 1110110 1011011 0 11000 101001 100111 11001 11010 110000

Color Harmonies of #9B765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B765B

Black with #9B765B

Text Example


Text Example

White with #9B765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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