#956102

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

Shades of Golden Brown #956102

Tints of Golden Brown #956102

Color information

#956102 (or 0x956102) is unknown color: approx Golden Brown. HEX triplet: 95, 61 and 02. RGB value is (149,97,2). Sum of RGB (Red+Green+Blue) = 149+97+2=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #956102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956102 is #6A9EFD. Grayscale: #666666. Windows color (decimal): -6987518 or 156053. OLE color: 156053.

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

Color convert

RGB149972-
CMYK00.350.990.42
HSL38.78º97.35%29.61%-
HSV(B)38.78º98.66%58.43%-
XYZ16.6814.942.06-
YUV101.7271.73161.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.08%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=60.08%
G=39.11%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14997200.350.990.4238.7897.3529.61
Hex95612023632A27611e
Octal2251412043143524714136
Binary1001010111000011001000111100011101010100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956102; }

 p { color: rgb(149,97,2); }

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

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

 a { background-color: rgb(149,97,2); }

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

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

 span { border-color: rgb(149,97,2); }

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