Html Css Color HEX #9B774F Pale Brown

📋 copy color: '#9B774F'

red 155 ◦ green 119 ◦ blue 79

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

Shades of Pale Brown #9B774F

Tints of Pale Brown #9B774F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.38%

R = 43.91%
G = 33.71%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B774F (or 0x9B774F) is known color: Pale Brown. HEX triplet: 9B, 77 and 4F. RGB value is (155,119,79). Sum of RGB (Red+Green+Blue) = 155+119+79=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B774F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B774F is #6488B0. Grayscale: #7D7D7D. Windows color (decimal): -6588593 or 5207963. OLE color: 5207963.

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

Color convert

RGB 155 119 79 -
CMYK 0 0.23 0.49 0.39
HSL 31.58º 0.32% 0.46% -
HSV(B) 31.58º 0.49% 0.61% -
XYZ 21.53 20.73 10.26 -
YUV 125.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 155 119 79 0 0.23 0.49 0.39 31.58 0.32 0.46
Hex 9B 77 4F 0 17 31 27 20 20 2E
Octal 233 167 117 0 27 61 47 40 40 56
Binary 10011011 1110111 1001111 0 10111 110001 100111 100000 100000 101110

Color Harmonies of #9B774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B774F

Black with #9B774F

Text Example


Text Example

White with #9B774F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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