#635413

Color #635413 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #635413

Tints of Bronze Olive #635413

Color information

#635413 (or 0x635413) is unknown color: approx Bronze Olive. HEX triplet: 63, 54 and 13. RGB value is (99,84,19). Sum of RGB (Red+Green+Blue) = 99+84+19=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #635413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635413 is #9CABEC. Grayscale: #515151. Windows color (decimal): -10267629 or 1266787. OLE color: 1266787.

HSL color Cylindrical-coordinate representation of color #635413: hue angle of 48.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #635413 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB998419-
CMYK00.150.810.61
HSL48.75º67.8%23.14%-
HSV(B)48.75º80.81%38.82%-
XYZ8.439.041.92-
YUV81.0792.97140.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 19 (7.81% from 255) = 9.41%
R=49.01%
G=41.58%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99841900.150.810.6148.7567.823.14
Hex6354130F513D314417
Octal14312423017121756110427
Binary1100011101010010011011111010001111101110001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635413; }

 p { color: rgb(99,84,19); }

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

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

 a { background-color: rgb(99,84,19); }

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

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

 span { border-color: rgb(99,84,19); }

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