#664F1A

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

Shades of Bronze Olive #664F1A

Tints of Bronze Olive #664F1A

Color information

#664F1A (or 0x664F1A) is unknown color: approx Bronze Olive. HEX triplet: 66, 4F and 1A. RGB value is (102,79,26). Sum of RGB (Red+Green+Blue) = 102+79+26=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #664F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F1A is #99B0E5. Grayscale: #505050. Windows color (decimal): -10072294 or 1724262. OLE color: 1724262.

HSL color Cylindrical-coordinate representation of color #664F1A: hue angle of 41.84º degrees, saturation: 0.59, 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 #664F1A is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1027926-
CMYK00.230.750.6
HSL41.84º59.38%25.1%-
HSV(B)41.84º74.51%40%-
XYZ8.468.492.17-
YUV79.8397.62143.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=49.28%
G=38.16%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102792600.230.750.641.8459.3825.1
Hex664F1A0174B3C2a3b19
Octal1461173202711374527331
Binary1100110100111111010010111100101111110010101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664F1A; }

 p { color: rgb(102,79,26); }

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

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

 a { background-color: rgb(102,79,26); }

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

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

 span { border-color: rgb(102,79,26); }

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