Html Css Color HEX #9B754C Pale Brown

📋 copy color: '#9B754C'

red 155 ◦ green 117 ◦ blue 76

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

Shades of Pale Brown #9B754C

Tints of Pale Brown #9B754C

RGB

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

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

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

R = 44.54%
G = 33.62%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B754C (or 0x9B754C) is known color: Pale Brown. HEX triplet: 9B, 75 and 4C. RGB value is (155,117,76). Sum of RGB (Red+Green+Blue) = 155+117+76=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B754C is #648AB3. Grayscale: #7B7B7B. Windows color (decimal): -6589108 or 5010843. OLE color: 5010843.

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

Color convert

RGB 155 117 76 -
CMYK 0 0.25 0.51 0.39
HSL 31.14º 0.34% 0.45% -
HSV(B) 31.14º 0.51% 0.61% -
XYZ 21.18 20.21 9.62 -
YUV 123.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 155 117 76 0 0.25 0.51 0.39 31.14 0.34 0.45
Hex 9B 75 4C 0 19 33 27 1F 22 2D
Octal 233 165 114 0 31 63 47 37 42 55
Binary 10011011 1110101 1001100 0 11001 110011 100111 11111 100010 101101

Color Harmonies of #9B754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B754C

Black with #9B754C

Text Example


Text Example

White with #9B754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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