#634E18

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

Shades of Bronze Olive #634E18

Tints of Bronze Olive #634E18

Color information

#634E18 (or 0x634E18) is unknown color: approx Bronze Olive. HEX triplet: 63, 4E and 18. RGB value is (99,78,24). Sum of RGB (Red+Green+Blue) = 99+78+24=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #634E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634E18 is #9CB1E7. Grayscale: #4E4E4E. Windows color (decimal): -10269160 or 1592931. OLE color: 1592931.

HSL color Cylindrical-coordinate representation of color #634E18: hue angle of 43.2º 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 #634E18 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB997824-
CMYK00.210.760.61
HSL43.2º60.98%24.12%-
HSV(B)43.2º75.76%38.82%-
XYZ8.038.172.02-
YUV78.1297.46142.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=49.25%
G=38.81%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99782400.210.760.6143.260.9824.12
Hex634E180154C3D2b3d18
Octal1431163002511475537530
Binary1100011100111011000010101100110011110110101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634E18; }

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

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

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

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

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

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

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

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