#635024

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

Shades of Bronze Olive #635024

Tints of Bronze Olive #635024

Color information

#635024 (or 0x635024) is unknown color: approx Bronze Olive. HEX triplet: 63, 50 and 24. RGB value is (99,80,36). Sum of RGB (Red+Green+Blue) = 99+80+36=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #635024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635024 is #9CAFDB. Grayscale: #505050. Windows color (decimal): -10268636 or 2379875. OLE color: 2379875.

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

Color convert

RGB998036-
CMYK00.190.640.61
HSL41.9º46.67%26.47%-
HSV(B)41.9º63.64%38.82%-
XYZ8.338.522.87-
YUV80.66102.79141.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 36 (14.45% from 255) = 16.74%
R=46.05%
G=37.21%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99803600.190.640.6141.946.6726.47
Hex635024013403D2a2f1a
Octal1431204402310075525732
Binary11000111010000100100010011100000011110110101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635024; }

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

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

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

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

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

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

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

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