Html Css Color HEX #9C7656 Pale Brown

📋 copy color: '#9C7656'

red 156 ◦ green 118 ◦ blue 86

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

Shades of Pale Brown #9C7656

Tints of Pale Brown #9C7656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

 BLUE value IS 86 (33.98% from 255) = 23.89%

R = 43.33%
G = 32.78%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9C7656 (or 0x9C7656) is known color: Pale Brown. HEX triplet: 9C, 76 and 56. RGB value is (156,118,86). Sum of RGB (Red+Green+Blue) = 156+118+86=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7656 is #6389A9. Grayscale: #7D7D7D. Windows color (decimal): -6523306 or 5666460. OLE color: 5666460.

HSL color Cylindrical-coordinate representation of color #9C7656: hue angle of 27.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C7656 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 118 86 -
CMYK 0 0.24 0.45 0.39
HSL 27.43º 0.29% 0.47% -
HSV(B) 27.43º 0.45% 0.61% -
XYZ 21.87 20.7 11.65 -
YUV 125.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 156 118 86 0 0.24 0.45 0.39 27.43 0.29 0.47
Hex 9C 76 56 0 18 2D 27 1B 1D 2F
Octal 234 166 126 0 30 55 47 33 35 57
Binary 10011100 1110110 1010110 0 11000 101101 100111 11011 11101 101111

Color Harmonies of #9C7656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7656

Black with #9C7656

Text Example


Text Example

White with #9C7656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,118,86); }

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

background-color css

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

 a { background-color: rgb(156,118,86); }

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

border-color css

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

 span { border-color: rgb(156,118,86); }

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