Html Css Color HEX #9A8069 Sorrell Brown

📋 copy color: '#9A8069'

red 154 ◦ green 128 ◦ blue 105

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

Shades of Sorrell Brown #9A8069

Tints of Sorrell Brown #9A8069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.07%

 BLUE value IS 105 (41.41% from 255) = 27.13%

R = 39.79%
G = 33.07%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#9A8069 (or 0x9A8069) is known color: Sorrell Brown. HEX triplet: 9A, 80 and 69. RGB value is (154,128,105). Sum of RGB (Red+Green+Blue) = 154+128+105=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8069 is #657F96. Grayscale: #858585. Windows color (decimal): -6651799 or 6914202. OLE color: 6914202.

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

Color convert

RGB 154 128 105 -
CMYK 0 0.17 0.32 0.40
HSL 28.16º 0.2% 0.51% -
HSV(B) 28.16º 0.32% 0.6% -
XYZ 23.6 23.33 16.62 -
YUV 133.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 154 128 105 0 0.17 0.32 0.40 28.16 0.2 0.51
Hex 9A 80 69 0 11 20 28 1C 14 33
Octal 232 200 151 0 21 40 50 34 24 63
Binary 10011010 10000000 1101001 0 10001 100000 101000 11100 10100 110011

Color Harmonies of #9A8069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8069

Black with #9A8069

Text Example


Text Example

White with #9A8069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,128,105); }

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

background-color css

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

 a { background-color: rgb(154,128,105); }

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

border-color css

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

 span { border-color: rgb(154,128,105); }

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