#604B22

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

Shades of Bronze Olive #604B22

Tints of Bronze Olive #604B22

Color information

#604B22 (or 0x604B22) is unknown color: approx Bronze Olive. HEX triplet: 60, 4B and 22. RGB value is (96,75,34). Sum of RGB (Red+Green+Blue) = 96+75+34=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #604B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B22 is #9FB4DD. Grayscale: #4C4C4C. Windows color (decimal): -10466526 or 2247520. OLE color: 2247520.

HSL color Cylindrical-coordinate representation of color #604B22: hue angle of 39.68º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #604B22 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB967534-
CMYK00.220.650.62
HSL39.68º47.69%25.49%-
HSV(B)39.68º64.58%37.65%-
XYZ7.637.632.58-
YUV76.6103.96141.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=46.83%
G=36.59%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96753400.220.650.6239.6847.6925.49
Hex604B22016413E283019
Octal1401134202610176506031
Binary11000001001011100010010110100000111111010100011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604B22; }

 p { color: rgb(96,75,34); }

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

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

 a { background-color: rgb(96,75,34); }

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

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

 span { border-color: rgb(96,75,34); }

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