#99635F

Color #99635F Copper Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rose #99635F

Tints of Copper Rose #99635F

Color information

#99635F (or 0x99635F) is unknown color: approx Copper Rose. HEX triplet: 99, 63 and 5F. RGB value is (153,99,95). Sum of RGB (Red+Green+Blue) = 153+99+95=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99635F is #669CA0. Grayscale: #727272. Windows color (decimal): -6724769 or 6251417. OLE color: 6251417.

HSL color Cylindrical-coordinate representation of color #99635F: hue angle of 4.14º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99635F is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB1539995-
CMYK00.350.380.4
HSL4.14º23.39%48.63%-
HSV(B)4.14º37.91%60%-
XYZ19.6616.5212.98-
YUV114.69116.89155.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=44.09%
G=28.53%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153999500.350.380.44.1423.3948.63
Hex99635F023262841731
Octal231143137043465042761
Binary1001100111000111011111010001110011010100010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99635F; }

 p { color: rgb(153,99,95); }

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

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

 a { background-color: rgb(153,99,95); }

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

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

 span { border-color: rgb(153,99,95); }

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