Html Css Color HEX #9B764C Pale Brown

📋 copy color: '#9B764C'

red 155 ◦ green 118 ◦ blue 76

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

Shades of Pale Brown #9B764C

Tints of Pale Brown #9B764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 44.41%
G = 33.81%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B764C (or 0x9B764C) is known color: Pale Brown. HEX triplet: 9B, 76 and 4C. RGB value is (155,118,76). Sum of RGB (Red+Green+Blue) = 155+118+76=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B764C is #6489B3. Grayscale: #7C7C7C. Windows color (decimal): -6588852 or 5011099. OLE color: 5011099.

HSL color Cylindrical-coordinate representation of color #9B764C: hue angle of 31.9º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B764C is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 118 76 -
CMYK 0 0.24 0.51 0.39
HSL 31.9º 0.34% 0.45% -
HSV(B) 31.9º 0.51% 0.61% -
XYZ 21.3 20.45 9.66 -
YUV 124.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 155 118 76 0 0.24 0.51 0.39 31.9 0.34 0.45
Hex 9B 76 4C 0 18 33 27 20 22 2D
Octal 233 166 114 0 30 63 47 40 42 55
Binary 10011011 1110110 1001100 0 11000 110011 100111 100000 100010 101101

Color Harmonies of #9B764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B764C

Black with #9B764C

Text Example


Text Example

White with #9B764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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