#67551A

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

Shades of Bronze Olive #67551A

Tints of Bronze Olive #67551A

Color information

#67551A (or 0x67551A) is unknown color: approx Bronze Olive. HEX triplet: 67, 55 and 1A. RGB value is (103,85,26). Sum of RGB (Red+Green+Blue) = 103+85+26=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #67551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67551A is #98AAE5. Grayscale: #535353. Windows color (decimal): -10005222 or 1725799. OLE color: 1725799.

HSL color Cylindrical-coordinate representation of color #67551A: hue angle of 45.97º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67551A is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1038526-
CMYK00.170.750.60
HSL45.97º59.69%25.29%-
HSV(B)45.97º74.76%40.39%-
XYZ9.039.462.33-
YUV83.6695.46141.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.13%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 26 (10.55% from 255) = 12.15%
R=48.13%
G=39.72%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103852600.170.750.6045.9759.6925.29
Hex67551A0114B3C2e3c19
Octal1471253202111374567431
Binary1100111101010111010010001100101111110010111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67551A; }

 p { color: rgb(103,85,26); }

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

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

 a { background-color: rgb(103,85,26); }

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

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

 span { border-color: rgb(103,85,26); }

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