#635021

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

Shades of Bronze Olive #635021

Tints of Bronze Olive #635021

Color information

#635021 (or 0x635021) is unknown color: approx Bronze Olive. HEX triplet: 63, 50 and 21. RGB value is (99,80,33). Sum of RGB (Red+Green+Blue) = 99+80+33=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #635021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635021 is #9CAFDE. Grayscale: #505050. Windows color (decimal): -10268639 or 2183267. OLE color: 2183267.

HSL color Cylindrical-coordinate representation of color #635021: hue angle of 42.73º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #635021 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB998033-
CMYK00.190.670.61
HSL42.73º50%25.88%-
HSV(B)42.73º66.67%38.82%-
XYZ8.298.52.64-
YUV80.32101.29141.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=46.70%
G=37.74%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99803300.190.670.6142.735025.88
Hex635021013433D2b321a
Octal1431204102310375536232
Binary11000111010000100001010011100001111110110101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635021; }

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

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

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

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

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

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

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

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