#95630C

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

Shades of Golden Brown #95630C

Tints of Golden Brown #95630C

Color information

#95630C (or 0x95630C) is unknown color: approx Golden Brown. HEX triplet: 95, 63 and 0C. RGB value is (149,99,12). Sum of RGB (Red+Green+Blue) = 149+99+12=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95630C is #6A9CF3. Grayscale: #686868. Windows color (decimal): -6986996 or 811925. OLE color: 811925.

HSL color Cylindrical-coordinate representation of color #95630C: hue angle of 38.1º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95630C is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1499912-
CMYK00.340.920.42
HSL38.1º85.09%31.57%-
HSV(B)38.1º91.95%58.43%-
XYZ16.9215.342.42-
YUV104.0376.06160.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.31%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 12 (5.08% from 255) = 4.62%
R=57.31%
G=38.08%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149991200.340.920.4238.185.0931.57
Hex9563C0225C2A265520
Octal22514314042134524612540
Binary1001010111000111100010001010111001010101001101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95630C; }

 p { color: rgb(149,99,12); }

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

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

 a { background-color: rgb(149,99,12); }

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

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

 span { border-color: rgb(149,99,12); }

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