#635419

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

Shades of Bronze Olive #635419

Tints of Bronze Olive #635419

Color information

#635419 (or 0x635419) is unknown color: approx Bronze Olive. HEX triplet: 63, 54 and 19. RGB value is (99,84,25). Sum of RGB (Red+Green+Blue) = 99+84+25=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #635419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635419 is #9CABE6. Grayscale: #525252. Windows color (decimal): -10267623 or 1660003. OLE color: 1660003.

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

Color convert

RGB998425-
CMYK00.150.750.61
HSL47.84º59.68%24.31%-
HSV(B)47.84º74.75%38.82%-
XYZ8.499.062.22-
YUV81.7695.97140.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 25 (10.16% from 255) = 12.02%
R=47.60%
G=40.38%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99842500.150.750.6147.8459.6824.31
Hex6354190F4B3D303c18
Octal1431243101711375607430
Binary110001110101001100101111100101111110111000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635419; }

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

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

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

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

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

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

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

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