#664F1C

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

Shades of Bronze Olive #664F1C

Tints of Bronze Olive #664F1C

Color information

#664F1C (or 0x664F1C) is unknown color: approx Bronze Olive. HEX triplet: 66, 4F and 1C. RGB value is (102,79,28). Sum of RGB (Red+Green+Blue) = 102+79+28=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #664F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F1C is #99B0E3. Grayscale: #505050. Windows color (decimal): -10072292 or 1855334. OLE color: 1855334.

HSL color Cylindrical-coordinate representation of color #664F1C: hue angle of 41.35º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #664F1C is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB1027928-
CMYK00.230.730.6
HSL41.35º56.92%25.49%-
HSV(B)41.35º72.55%40%-
XYZ8.498.52.29-
YUV80.0698.62143.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=48.80%
G=37.80%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102792800.230.730.641.3556.9225.49
Hex664F1C017493C293919
Octal1461173402711174517131
Binary1100110100111111100010111100100111110010100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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