Html Css Color HEX #9A7650 Pale Brown

📋 copy color: '#9A7650'

red 154 ◦ green 118 ◦ blue 80

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

Shades of Pale Brown #9A7650

Tints of Pale Brown #9A7650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 43.75%
G = 33.52%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#9A7650 (or 0x9A7650) is known color: Pale Brown. HEX triplet: 9A, 76 and 50. RGB value is (154,118,80). Sum of RGB (Red+Green+Blue) = 154+118+80=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7650 is #6589AF. Grayscale: #7C7C7C. Windows color (decimal): -6654384 or 5273242. OLE color: 5273242.

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

Color convert

RGB 154 118 80 -
CMYK 0 0.23 0.48 0.40
HSL 30.81º 0.32% 0.46% -
HSV(B) 30.81º 0.48% 0.6% -
XYZ 21.25 20.41 10.41 -
YUV 124.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 154 118 80 0 0.23 0.48 0.40 30.81 0.32 0.46
Hex 9A 76 50 0 17 30 28 1F 20 2E
Octal 232 166 120 0 27 60 50 37 40 56
Binary 10011010 1110110 1010000 0 10111 110000 101000 11111 100000 101110

Color Harmonies of #9A7650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7650

Black with #9A7650

Text Example


Text Example

White with #9A7650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,118,80); }

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

background-color css

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

 a { background-color: rgb(154,118,80); }

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

border-color css

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

 span { border-color: rgb(154,118,80); }

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