#966105

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

Shades of Golden Brown #966105

Tints of Golden Brown #966105

Color information

#966105 (or 0x966105) is unknown color: approx Golden Brown. HEX triplet: 96, 61 and 05. RGB value is (150,97,5). Sum of RGB (Red+Green+Blue) = 150+97+5=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #966105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966105 is #699EFA. Grayscale: #666666. Windows color (decimal): -6921979 or 352662. OLE color: 352662.

HSL color Cylindrical-coordinate representation of color #966105: hue angle of 38.07º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #966105 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB150975-
CMYK00.350.970.41
HSL38.07º93.55%30.39%-
HSV(B)38.07º96.67%58.82%-
XYZ16.8815.042.16-
YUV102.3673.06161.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=59.52%
G=38.49%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15097500.350.970.4138.0793.5530.39
Hex966150236129265e1e
Octal2261415043141514613636
Binary10010110110000110101000111100001101001100110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966105; }

 p { color: rgb(150,97,5); }

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

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

 a { background-color: rgb(150,97,5); }

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

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

 span { border-color: rgb(150,97,5); }

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