#635224

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

Shades of Bronze Olive #635224

Tints of Bronze Olive #635224

Color information

#635224 (or 0x635224) is unknown color: approx Bronze Olive. HEX triplet: 63, 52 and 24. RGB value is (99,82,36). Sum of RGB (Red+Green+Blue) = 99+82+36=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #635224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635224 is #9CADDB. Grayscale: #525252. Windows color (decimal): -10268124 or 2380387. OLE color: 2380387.

HSL color Cylindrical-coordinate representation of color #635224: hue angle of 43.81º 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 #635224 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB998236-
CMYK00.170.640.61
HSL43.81º46.67%26.47%-
HSV(B)43.81º63.64%38.82%-
XYZ8.488.812.92-
YUV81.84102.13140.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 36 (14.45% from 255) = 16.59%
R=45.62%
G=37.79%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99823600.170.640.6143.8146.6726.47
Hex635224011403D2c2f1a
Octal1431224402110075545732
Binary11000111010010100100010001100000011110110110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635224; }

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

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

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

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

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

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

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

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