Html Css Color HEX #9B774B Pale Brown

📋 copy color: '#9B774B'

red 155 ◦ green 119 ◦ blue 75

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

Shades of Pale Brown #9B774B

Tints of Pale Brown #9B774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 44.41%
G = 34.1%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B774B (or 0x9B774B) is known color: Pale Brown. HEX triplet: 9B, 77 and 4B. RGB value is (155,119,75). Sum of RGB (Red+Green+Blue) = 155+119+75=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B774B is #6488B4. Grayscale: #7C7C7C. Windows color (decimal): -6588597 or 4945819. OLE color: 4945819.

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

Color convert

RGB 155 119 75 -
CMYK 0 0.23 0.52 0.39
HSL 33º 0.35% 0.45% -
HSV(B) 33º 0.52% 0.61% -
XYZ 21.38 20.67 9.52 -
YUV 124.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 155 119 75 0 0.23 0.52 0.39 33 0.35 0.45
Hex 9B 77 4B 0 17 34 27 21 23 2D
Octal 233 167 113 0 27 64 47 41 43 55
Binary 10011011 1110111 1001011 0 10111 110100 100111 100001 100011 101101

Color Harmonies of #9B774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B774B

Black with #9B774B

Text Example


Text Example

White with #9B774B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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