#9D631F

Color #9D631F Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9D631F

Tints of Golden Brown #9D631F

Color information

#9D631F (or 0x9D631F) is unknown color: approx Golden Brown. HEX triplet: 9D, 63 and 1F. RGB value is (157,99,31). Sum of RGB (Red+Green+Blue) = 157+99+31=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D631F is #629CE0. Grayscale: #6C6C6C. Windows color (decimal): -6462689 or 2057117. OLE color: 2057117.

HSL color Cylindrical-coordinate representation of color #9D631F: hue angle of 32.38º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D631F is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB1579931-
CMYK00.370.800.38
HSL32.38º67.02%36.86%-
HSV(B)32.38º80.25%61.57%-
XYZ18.6116.193.44-
YUV108.5984.22162.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.70%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 31 (12.5% from 255) = 10.80%
R=54.70%
G=34.49%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157993100.370.800.3832.3867.0236.86
Hex9D631F0255026204325
Octal23514337045120464010345
Binary10011101110001111111010010110100001001101000001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D631F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,99,31); }

 H1.HeaderClassName
 {
   color: #9D631F;
 }
 .AnyTagClassName
 {
   color: #9D631F;
 }
</style>
background-color css

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

 a { background-color: rgb(157,99,31); }

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

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

 span { border-color: rgb(157,99,31); }

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