#634E24

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

Shades of Bronze Olive #634E24

Tints of Bronze Olive #634E24

Color information

#634E24 (or 0x634E24) is unknown color: approx Bronze Olive. HEX triplet: 63, 4E and 24. RGB value is (99,78,36). Sum of RGB (Red+Green+Blue) = 99+78+36=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #634E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E24 is #9CB1DB. Grayscale: #4F4F4F. Windows color (decimal): -10269148 or 2379363. OLE color: 2379363.

HSL color Cylindrical-coordinate representation of color #634E24: hue angle of 40º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #634E24 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB997836-
CMYK00.210.640.61
HSL40º46.67%26.47%-
HSV(B)40º63.64%38.82%-
XYZ8.198.232.83-
YUV79.49103.46141.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 36 (14.45% from 255) = 16.90%
R=46.48%
G=36.62%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99783600.210.640.614046.6726.47
Hex634E24015403D282f1a
Octal1431164402510075505732
Binary11000111001110100100010101100000011110110100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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