Html Css Color HEX #9A7A65 Sorrell Brown

📋 copy color: '#9A7A65'

red 154 ◦ green 122 ◦ blue 101

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

Shades of Sorrell Brown #9A7A65

Tints of Sorrell Brown #9A7A65

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

 BLUE value IS 101 (39.84% from 255) = 26.79%

R = 40.85%
G = 32.36%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#9A7A65 (or 0x9A7A65) is known color: Sorrell Brown. HEX triplet: 9A, 7A and 65. RGB value is (154,122,101). Sum of RGB (Red+Green+Blue) = 154+122+101=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7A65 is #65859A. Grayscale: #818181. Windows color (decimal): -6653339 or 6650522. OLE color: 6650522.

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

Color convert

RGB 154 122 101 -
CMYK 0 0.21 0.34 0.40
HSL 23.77º 0.21% 0.5% -
HSV(B) 23.77º 0.34% 0.6% -
XYZ 22.63 21.73 15.31 -
YUV 129.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 154 122 101 0 0.21 0.34 0.40 23.77 0.21 0.5
Hex 9A 7A 65 0 15 22 28 18 15 32
Octal 232 172 145 0 25 42 50 30 25 62
Binary 10011010 1111010 1100101 0 10101 100010 101000 11000 10101 110010

Color Harmonies of #9A7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7A65

Black with #9A7A65

Text Example


Text Example

White with #9A7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,122,101); }

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

background-color css

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

 a { background-color: rgb(154,122,101); }

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

border-color css

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

 span { border-color: rgb(154,122,101); }

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