Html Css Color HEX #9A774C Pale Brown

📋 copy color: '#9A774C'

red 154 ◦ green 119 ◦ blue 76

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

Shades of Pale Brown #9A774C

Tints of Pale Brown #9A774C

RGB

 RED value IS 154 (60.55% from 255) = 44.13%

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

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

R = 44.13%
G = 34.1%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#9A774C (or 0x9A774C) is known color: Pale Brown. HEX triplet: 9A, 77 and 4C. RGB value is (154,119,76). Sum of RGB (Red+Green+Blue) = 154+119+76=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A774C is #6588B3. Grayscale: #7C7C7C. Windows color (decimal): -6654132 or 5011354. OLE color: 5011354.

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

Color convert

RGB 154 119 76 -
CMYK 0 0.23 0.51 0.40
HSL 33.08º 0.34% 0.45% -
HSV(B) 33.08º 0.51% 0.6% -
XYZ 21.23 20.59 9.69 -
YUV 124.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 154 119 76 0 0.23 0.51 0.40 33.08 0.34 0.45
Hex 9A 77 4C 0 17 33 28 21 22 2D
Octal 232 167 114 0 27 63 50 41 42 55
Binary 10011010 1110111 1001100 0 10111 110011 101000 100001 100010 101101

Color Harmonies of #9A774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A774C

Black with #9A774C

Text Example


Text Example

White with #9A774C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,119,76); }

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

background-color css

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

 a { background-color: rgb(154,119,76); }

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

border-color css

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

 span { border-color: rgb(154,119,76); }

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