#654F1E

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

Shades of Bronze Olive #654F1E

Tints of Bronze Olive #654F1E

Color information

#654F1E (or 0x654F1E) is unknown color: approx Bronze Olive. HEX triplet: 65, 4F and 1E. RGB value is (101,79,30). Sum of RGB (Red+Green+Blue) = 101+79+30=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #654F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654F1E is #9AB0E1. Grayscale: #505050. Windows color (decimal): -10137826 or 1986405. OLE color: 1986405.

HSL color Cylindrical-coordinate representation of color #654F1E: hue angle of 41.41º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #654F1E is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1017930-
CMYK00.220.700.60
HSL41.41º54.2%25.69%-
HSV(B)41.41º70.3%39.61%-
XYZ8.48.452.42-
YUV79.9999.79142.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.10%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 30 (12.11% from 255) = 14.29%
R=48.10%
G=37.62%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101793000.220.700.6041.4154.225.69
Hex654F1E016463C29361a
Octal1451173602610674516632
Binary1100101100111111110010110100011011110010100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654F1E; }

 p { color: rgb(101,79,30); }

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

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

 a { background-color: rgb(101,79,30); }

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

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

 span { border-color: rgb(101,79,30); }

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