#635418

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

Shades of Bronze Olive #635418

Tints of Bronze Olive #635418

Color information

#635418 (or 0x635418) is unknown color: approx Bronze Olive. HEX triplet: 63, 54 and 18. RGB value is (99,84,24). Sum of RGB (Red+Green+Blue) = 99+84+24=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #635418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635418 is #9CABE7. Grayscale: #515151. Windows color (decimal): -10267624 or 1594467. OLE color: 1594467.

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

Color convert

RGB998424-
CMYK00.150.760.61
HSL48º60.98%24.12%-
HSV(B)48º75.76%38.82%-
XYZ8.489.062.17-
YUV81.6495.47140.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=47.83%
G=40.58%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99842400.150.760.614860.9824.12
Hex6354180F4C3D303d18
Octal1431243001711475607530
Binary110001110101001100001111100110011110111000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635418; }

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

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

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

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

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

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

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

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