#9C631B

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

Shades of Golden Brown #9C631B

Tints of Golden Brown #9C631B

Color information

#9C631B (or 0x9C631B) is unknown color: approx Golden Brown. HEX triplet: 9C, 63 and 1B. RGB value is (156,99,27). Sum of RGB (Red+Green+Blue) = 156+99+27=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C631B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C631B is #639CE4. Grayscale: #6C6C6C. Windows color (decimal): -6528229 or 1794972. OLE color: 1794972.

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

Color convert

RGB1569927-
CMYK00.370.830.39
HSL33.49º70.49%35.88%-
HSV(B)33.49º82.69%61.18%-
XYZ18.3716.073.17-
YUV107.8482.38162.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.32%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=55.32%
G=35.11%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156992700.370.830.3933.4970.4935.88
Hex9C631B0255327214624
Octal23414333045123474110644
Binary10011100110001111011010010110100111001111000011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,99,27); }

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

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

 a { background-color: rgb(156,99,27); }

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

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

 span { border-color: rgb(156,99,27); }

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