#9D641B

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

Shades of Golden Brown #9D641B

Tints of Golden Brown #9D641B

Color information

#9D641B (or 0x9D641B) is unknown color: approx Golden Brown. HEX triplet: 9D, 64 and 1B. RGB value is (157,100,27). Sum of RGB (Red+Green+Blue) = 157+100+27=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D641B is #629BE4. Grayscale: #6D6D6D. Windows color (decimal): -6462437 or 1795229. OLE color: 1795229.

HSL color Cylindrical-coordinate representation of color #9D641B: hue angle of 33.69º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D641B is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB15710027-
CMYK00.360.830.38
HSL33.69º70.65%36.08%-
HSV(B)33.69º82.8%61.57%-
XYZ18.6616.363.21-
YUV108.7281.88162.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.28%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 27 (10.94% from 255) = 9.51%
R=55.28%
G=35.21%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571002700.360.830.3833.6970.6536.08
Hex9D641B0245326224724
Octal23514433044123464210744
Binary10011101110010011011010010010100111001101000101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D641B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,100,27); }

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

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

 a { background-color: rgb(157,100,27); }

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

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

 span { border-color: rgb(157,100,27); }

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