Html Css Color HEX #9C7C65 Sorrell Brown

📋 copy color: '#9C7C65'

red 156 ◦ green 124 ◦ blue 101

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

Shades of Sorrell Brown #9C7C65

Tints of Sorrell Brown #9C7C65

RGB

 RED value IS 156 (61.33% from 255) = 40.94%

 GREEN value IS 124 (48.83% from 255) = 32.55%

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

R = 40.94%
G = 32.55%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C7C65 (or 0x9C7C65) is known color: Sorrell Brown. HEX triplet: 9C, 7C and 65. RGB value is (156,124,101). Sum of RGB (Red+Green+Blue) = 156+124+101=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7C65 is #63839A. Grayscale: #838383. Windows color (decimal): -6521755 or 6651036. OLE color: 6651036.

HSL color Cylindrical-coordinate representation of color #9C7C65: hue angle of 25.09º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C7C65 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 124 101 -
CMYK 0 0.21 0.35 0.39
HSL 25.09º 0.22% 0.5% -
HSV(B) 25.09º 0.35% 0.61% -
XYZ 23.27 22.42 15.41 -
YUV 130.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 156 124 101 0 0.21 0.35 0.39 25.09 0.22 0.5
Hex 9C 7C 65 0 15 23 27 19 16 32
Octal 234 174 145 0 25 43 47 31 26 62
Binary 10011100 1111100 1100101 0 10101 100011 100111 11001 10110 110010

Color Harmonies of #9C7C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7C65

Black with #9C7C65

Text Example


Text Example

White with #9C7C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,124,101); }

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

background-color css

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

 a { background-color: rgb(156,124,101); }

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

border-color css

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

 span { border-color: rgb(156,124,101); }

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