Html Css Color HEX #9C7D64 Sorrell Brown

📋 copy color: '#9C7D64'

red 156 ◦ green 125 ◦ blue 100

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

Shades of Sorrell Brown #9C7D64

Tints of Sorrell Brown #9C7D64

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.81%

 BLUE value IS 100 (39.45% from 255) = 26.25%

R = 40.94%
G = 32.81%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9C7D64 (or 0x9C7D64) is known color: Sorrell Brown. HEX triplet: 9C, 7D and 64. RGB value is (156,125,100). Sum of RGB (Red+Green+Blue) = 156+125+100=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D64 is #63829B. Grayscale: #838383. Windows color (decimal): -6521500 or 6585756. OLE color: 6585756.

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

Color convert

RGB 156 125 100 -
CMYK 0 0.20 0.36 0.39
HSL 26.79º 0.22% 0.5% -
HSV(B) 26.79º 0.36% 0.61% -
XYZ 23.34 22.66 15.2 -
YUV 131.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 156 125 100 0 0.20 0.36 0.39 26.79 0.22 0.5
Hex 9C 7D 64 0 14 24 27 1B 16 32
Octal 234 175 144 0 24 44 47 33 26 62
Binary 10011100 1111101 1100100 0 10100 100100 100111 11011 10110 110010

Color Harmonies of #9C7D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7D64

Black with #9C7D64

Text Example


Text Example

White with #9C7D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,125,100); }

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

background-color css

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

 a { background-color: rgb(156,125,100); }

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

border-color css

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

 span { border-color: rgb(156,125,100); }

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