#634E23

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

Shades of Bronze Olive #634E23

Tints of Bronze Olive #634E23

Color information

#634E23 (or 0x634E23) is unknown color: approx Bronze Olive. HEX triplet: 63, 4E and 23. RGB value is (99,78,35). Sum of RGB (Red+Green+Blue) = 99+78+35=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #634E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E23 is #9CB1DC. Grayscale: #4F4F4F. Windows color (decimal): -10269149 or 2313827. OLE color: 2313827.

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

Color convert

RGB997835-
CMYK00.210.650.61
HSL40.31º47.76%26.27%-
HSV(B)40.31º64.65%38.82%-
XYZ8.178.222.75-
YUV79.38102.96142-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 78 (30.86% from 255) = 36.79%
BLUE value IS 35 (14.06% from 255) = 16.51%
R=46.70%
G=36.79%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99783500.210.650.6140.3147.7626.27
Hex634E23015413D28301a
Octal1431164302510175506032
Binary11000111001110100011010101100000111110110100011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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