Html Css Color HEX #9A816A Sorrell Brown

📋 copy color: '#9A816A'

red 154 ◦ green 129 ◦ blue 106

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

Shades of Sorrell Brown #9A816A

Tints of Sorrell Brown #9A816A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 39.59%
G = 33.16%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#9A816A (or 0x9A816A) is known color: Sorrell Brown. HEX triplet: 9A, 81 and 6A. RGB value is (154,129,106). Sum of RGB (Red+Green+Blue) = 154+129+106=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 154 - color contains mainly: red. Hex color #9A816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A816A is #657E95. Grayscale: #858585. Windows color (decimal): -6651542 or 6979994. OLE color: 6979994.

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

Color convert

RGB 154 129 106 -
CMYK 0 0.16 0.31 0.40
HSL 28.75º 0.19% 0.51% -
HSV(B) 28.75º 0.31% 0.6% -
XYZ 23.78 23.61 16.94 -
YUV 133.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 154 129 106 0 0.16 0.31 0.40 28.75 0.19 0.51
Hex 9A 81 6A 0 10 1F 28 1D 13 33
Octal 232 201 152 0 20 37 50 35 23 63
Binary 10011010 10000001 1101010 0 10000 11111 101000 11101 10011 110011

Color Harmonies of #9A816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A816A

Black with #9A816A

Text Example


Text Example

White with #9A816A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,129,106); }

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

background-color css

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

 a { background-color: rgb(154,129,106); }

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

border-color css

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

 span { border-color: rgb(154,129,106); }

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